Skip to content

Commit

Permalink
[ci] Test with windows-2019 runner because buggy VS 2022 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jun 10, 2024
1 parent cedb671 commit 09cb138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-2019, macos-latest, ubuntu-latest]
build_type: [debug,release]
benchmark: [false]
sanitizer: [""]
Expand Down

0 comments on commit 09cb138

Please sign in to comment.