Skip to content

Commit 516951a

Browse files
committed
Update OS matrix in smoke test
This adds more explicit Ubuntu variants + Windows 2025
1 parent f71d6ef commit 516951a

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)