Skip to content

Commit

Permalink
Update OS matrix in smoke test
Browse files Browse the repository at this point in the history
This adds more explicit Ubuntu variants + Windows 2025
  • Loading branch information
tianon committed Dec 20, 2024
1 parent f71d6ef commit 516951a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
build-matrix:
strategy:
matrix:
os: [ ubuntu-latest, windows-2019, windows-2022 ]
os:
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- windows-2025
- windows-2022
- windows-2019
name: Build ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 516951a

Please sign in to comment.