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 59cdfa8 commit 3b10e39Copy full SHA for 3b10e39
.github/workflows/cmake.yml
@@ -27,7 +27,7 @@ jobs:
27
cc: "cl",
28
cxx: "cl",
29
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
30
- generators: "Visual Studio 16 2019"
+ generators: "Visual Studio 17 2022"
31
}
32
- {
33
name: "Windows Latest MSVC (C++17)",
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
name: "Ubuntu Latest GCC (C++11)",
0 commit comments