Skip to content

Commit f4bda73

Browse files
authored
Merge pull request #111 from infosiftr/os-matrix
Update OS matrix in smoke test
2 parents f71d6ef + 516951a commit f4bda73

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
build-matrix:
1515
strategy:
1616
matrix:
17-
os: [ ubuntu-latest, windows-2019, windows-2022 ]
17+
os:
18+
- ubuntu-24.04
19+
- ubuntu-22.04
20+
- ubuntu-20.04
21+
- windows-2025
22+
- windows-2022
23+
- windows-2019
1824
name: Build ${{ matrix.os }}
1925
runs-on: ${{ matrix.os }}
2026
steps:

0 commit comments

Comments
 (0)