Skip to content

Commit 6d478cf

Browse files
authored
Merge pull request #1163 from redboltz/update_windows_image_2022
Updated CI windows image to 2022
2 parents 39aec8f + 3b0fc09 commit 6d478cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gha.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 `

0 commit comments

Comments
 (0)