Skip to content

Commit

Permalink
ci: Update VS 2022 toolset to 14.39
Browse files Browse the repository at this point in the history
Visual Studio 2022 14.37 is out of support and no loger included in the
GitHub Actions runner images.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed May 5, 2024
1 parent bc21fad commit 3ce6a9a
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.37' # Visual Studio 2022
toolset: '14.39' # Visual Studio 2022
winsdk: '10.0.17763.0' # Windows 10 1809
# Python 3.11
- python: '3.11'
builder: windows-2022
toolset: '14.37' # Visual Studio 2022
toolset: '14.39' # Visual Studio 2022
winsdk: '10.0.17763.0' # Windows 10 1809
# Python 3.12
- python: '3.12'
builder: windows-2022
toolset: '14.37' # Visual Studio 2022
toolset: '14.39' # Visual Studio 2022
winsdk: '10.0.17763.0' # Windows 10 1809
arch:
- x86
Expand Down

0 comments on commit 3ce6a9a

Please sign in to comment.