Skip to content

Commit a3c8a31

Browse files
committed
Update Windows CI builds Visual Studio 2022
1 parent c8e5895 commit a3c8a31

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build-and-test-via-cmake.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,12 @@ jobs:
3030
include:
3131
- job-name: windows-latest
3232
os: windows-latest
33-
generator: '"Visual Studio 16 2019"'
33+
generator: '"Visual Studio 17 2022"'
3434
relative_build_dir_path: ''
3535

3636
- job-name: windows-latest (clangcl)
3737
os: windows-latest
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"'
38+
generator: '"Visual Studio 17 2022" -T "clangcl"'
4439
relative_build_dir_path: ''
4540

4641
- job-name: ubuntu-18.04

0 commit comments

Comments
 (0)