We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b4343 commit 9c4e5c2Copy full SHA for 9c4e5c2
.github/workflows/githubci.yml
@@ -26,8 +26,8 @@ jobs:
26
matrix:
27
config:
28
- {
29
- name: "Windows Latest MSVC",
30
- os: windows-latest,
+ name: "Windows MSVC",
+ os: windows-2019,
31
cc: "cl", cxx: "cl",
32
build_params: "--config Release",
33
artifact_prefix: "win"
.github/workflows/release.yml
@@ -16,8 +16,8 @@ jobs:
16
17
18
19
20
21
22
build_params: "--parallel --config Release",
23
0 commit comments