Skip to content

Commit

Permalink
ci: Use VC toolset 14.41 for windows-2022 runners
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stephanosio committed Oct 3, 2024
1 parent a265a17 commit 5dadc2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dadc2c

Please sign in to comment.