Skip to content

Commit

Permalink
ci: Change windows-latest to windows-2019 due to internal compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
werman committed May 18, 2024
1 parent 27b4343 commit 9c4e5c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
matrix:
config:
- {
name: "Windows Latest MSVC",
os: windows-latest,
name: "Windows MSVC",
os: windows-2019,
cc: "cl", cxx: "cl",
build_params: "--config Release",
artifact_prefix: "win"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
config:
- {
name: "Windows Latest MSVC",
os: windows-latest,
name: "Windows MSVC",
os: windows-2019,
cc: "cl", cxx: "cl",
build_params: "--parallel --config Release",
artifact_prefix: "win"
Expand Down

0 comments on commit 9c4e5c2

Please sign in to comment.