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:
195195
196196 windows :
197197 name : ${{ format('Windows cxx{0}', matrix.cxx) }}
198- runs-on : windows-2019
198+ runs-on : windows-2022
199199 strategy :
200200 fail-fast : false
201201 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
203203 cxx : [14, 17, 20]
204204 pp_flag : ["/Zc:preprocessor-", "/Zc:preprocessor"]
205205 steps :
@@ -228,7 +228,7 @@ jobs:
228228 md build
229229 cmake `
230230 -A x64 `
231- -G "Visual Studio 16 2019 " `
231+ -G "Visual Studio 17 2022 " `
232232 -D CMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
233233 -D MSGPACK_BUILD_TESTS=ON `
234234 -D $CPPVER `
You can’t perform that action at this time.
0 commit comments