Skip to content

Commit

Permalink
Try to use msvc v143
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Sep 24, 2024
1 parent a44562c commit 322408c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 322408c

Please sign in to comment.