From 3b0fc097f021a19a3df92ebe406d34e8c1ca2c7c Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Fri, 4 Jul 2025 11:28:04 +0900 Subject: [PATCH] Updated CI windows image to 2022 --- .github/workflows/gha.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gha.yml b/.github/workflows/gha.yml index 52487dca..6015e17f 100644 --- a/.github/workflows/gha.yml +++ b/.github/workflows/gha.yml @@ -195,11 +195,11 @@ jobs: windows: name: ${{ format('Windows cxx{0}', matrix.cxx) }} - runs-on: windows-2019 + runs-on: windows-2022 strategy: fail-fast: false matrix: - # 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 cxx: [14, 17, 20] pp_flag: ["/Zc:preprocessor-", "/Zc:preprocessor"] steps: @@ -228,7 +228,7 @@ jobs: md build cmake ` -A x64 ` - -G "Visual Studio 16 2019" ` + -G "Visual Studio 17 2022" ` -D CMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake" ` -D MSGPACK_BUILD_TESTS=ON ` -D $CPPVER `