We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39aec8f + 3b0fc09 commit 6d478cfCopy full SHA for 6d478cf
1 file changed
.github/workflows/gha.yml
@@ -195,11 +195,11 @@ jobs:
195
196
windows:
197
name: ${{ format('Windows cxx{0}', matrix.cxx) }}
198
- runs-on: windows-2019
+ runs-on: windows-2022
199
strategy:
200
fail-fast: false
201
matrix:
202
- # MSVC2019 only supports /std:c++14, /std:c++17 and /std:c++latest
+ # MSVC2022 only supports /std:c++14, /std:c++17 and /std:c++latest
203
cxx: [14, 17, 20]
204
pp_flag: ["/Zc:preprocessor-", "/Zc:preprocessor"]
205
steps:
@@ -228,7 +228,7 @@ jobs:
228
md build
229
cmake `
230
-A x64 `
231
- -G "Visual Studio 16 2019" `
+ -G "Visual Studio 17 2022" `
232
-D CMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
233
-D MSGPACK_BUILD_TESTS=ON `
234
-D $CPPVER `
0 commit comments