From 5dadc2c8af94cc4c5a7a6c2eaf802c69d61ff395 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 3 Oct 2024 11:55:36 +0900 Subject: [PATCH] ci: Use VC toolset 14.41 for windows-2022 runners This commit updates the CI workflow to use Visual C++ toolset version 14.41 on the Windows Server 2022 runners because 14.39 is no longer available in them. Signed-off-by: Stephanos Ioannidis --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 568f73f..a6855bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,17 +51,17 @@ jobs: # Python 3.10 - python: '3.10' builder: windows-2022 - toolset: '14.39' # Visual Studio 2022 + toolset: '14.41' # Visual Studio 2022 winsdk: '10.0.17763.0' # Windows 10 1809 # Python 3.11 - python: '3.11' builder: windows-2022 - toolset: '14.39' # Visual Studio 2022 + toolset: '14.41' # Visual Studio 2022 winsdk: '10.0.17763.0' # Windows 10 1809 # Python 3.12 - python: '3.12' builder: windows-2022 - toolset: '14.39' # Visual Studio 2022 + toolset: '14.41' # Visual Studio 2022 winsdk: '10.0.17763.0' # Windows 10 1809 arch: - x86