File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,11 +195,11 @@ jobs:
195
195
196
196
windows :
197
197
name : ${{ format('Windows cxx{0}', matrix.cxx) }}
198
- runs-on : windows-2019
198
+ runs-on : windows-2022
199
199
strategy :
200
200
fail-fast : false
201
201
matrix :
202
- # MSVC2019 only supports /std:c++14, /std:c++17 and /std:c++latest
202
+ # MSVC2022 only supports /std:c++14, /std:c++17 and /std:c++latest
203
203
cxx : [14, 17, 20]
204
204
pp_flag : ["/Zc:preprocessor-", "/Zc:preprocessor"]
205
205
steps :
@@ -228,7 +228,7 @@ jobs:
228
228
md build
229
229
cmake `
230
230
-A x64 `
231
- -G "Visual Studio 16 2019 " `
231
+ -G "Visual Studio 17 2022 " `
232
232
-D CMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
233
233
-D MSGPACK_BUILD_TESTS=ON `
234
234
-D $CPPVER `
You can’t perform that action at this time.
0 commit comments