From 322408c3e206ec46b571a8489fc27ab61ef4a126 Mon Sep 17 00:00:00 2001 From: Miki Rozloznik Date: Tue, 24 Sep 2024 20:17:54 +0800 Subject: [PATCH] Try to use msvc v143 --- .github/workflows/build_windows_cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_windows_cpp.yml b/.github/workflows/build_windows_cpp.yml index b247d5c..6a0051c 100644 --- a/.github/workflows/build_windows_cpp.yml +++ b/.github/workflows/build_windows_cpp.yml @@ -13,8 +13,8 @@ jobs: fail-fast: false matrix: include: - - { os: "windows-2022", msvc-toolset: "v142", cxx-standard: "17", build-type: "Release" } - - { os: "windows-2022", msvc-toolset: "v142", cxx-standard: "17", build-type: "Debug" } + - { os: "windows-2022", msvc-toolset: "v143", cxx-standard: "17", build-type: "Release" } + - { os: "windows-2022", msvc-toolset: "v143", cxx-standard: "17", build-type: "Debug" } # fires -Werror=conversion on IntWrapper default template argument #- { os: "windows-2022", mingw-version: "9.4.0", cxx-standard: "17", build-type: "Release" }