Skip to content

Commit 9c4e5c2

Browse files
committed
ci: Change windows-latest to windows-2019 due to internal compiler error
1 parent 27b4343 commit 9c4e5c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
matrix:
2727
config:
2828
- {
29-
name: "Windows Latest MSVC",
30-
os: windows-latest,
29+
name: "Windows MSVC",
30+
os: windows-2019,
3131
cc: "cl", cxx: "cl",
3232
build_params: "--config Release",
3333
artifact_prefix: "win"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
matrix:
1717
config:
1818
- {
19-
name: "Windows Latest MSVC",
20-
os: windows-latest,
19+
name: "Windows MSVC",
20+
os: windows-2019,
2121
cc: "cl", cxx: "cl",
2222
build_params: "--parallel --config Release",
2323
artifact_prefix: "win"

0 commit comments

Comments
 (0)