We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e5895 commit a3c8a31Copy full SHA for a3c8a31
1 file changed
.github/workflows/build-and-test-via-cmake.yml
@@ -30,17 +30,12 @@ jobs:
30
include:
31
- job-name: windows-latest
32
os: windows-latest
33
- generator: '"Visual Studio 16 2019"'
+ generator: '"Visual Studio 17 2022"'
34
relative_build_dir_path: ''
35
36
- job-name: windows-latest (clangcl)
37
38
- generator: '"Visual Studio 16 2019" -T "clangcl"'
39
- relative_build_dir_path: ''
40
-
41
- - job-name: windows-2016
42
- os: windows-2016
43
- generator: '"Visual Studio 15 2017"'
+ generator: '"Visual Studio 17 2022" -T "clangcl"'
44
45
46
- job-name: ubuntu-18.04
0 commit comments