We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91d455 commit db6568bCopy full SHA for db6568b
.github/workflows/compilers.yml
@@ -86,18 +86,11 @@ jobs:
86
VisualStudio:
87
strategy:
88
matrix:
89
- generator: [ 'Visual Studio 16 2019', 'Visual Studio 17 2022' ]
+ generator: [ 'Visual Studio 17 2022' ]
90
image: [ windows-2022, windows-2025 ]
91
build_type: [ Debug, Release ]
92
extra_args: [ '', '-T ClangCL' ]
93
cxx_version: [ 14, 17, 20, 23 ]
94
- exclude:
95
- - generator: 'Visual Studio 17 2022'
96
- image: windows-2019
97
- - generator: 'Visual Studio 16 2019'
98
- image: windows-2022
99
100
- cxx_version: 23
101
runs-on: ${{ matrix.image }}
102
steps:
103
- uses: actions/checkout@v4
0 commit comments