https://github.com/python/cpython/commit/6485c8583a112c343525a14cf519275267b95185
commit: 6485c8583a112c343525a14cf519275267b95185
branch: main
author: Chris Eibl <[email protected]>
committer: zooba <[email protected]>
date: 2026-02-19T18:10:00Z
summary:
GH-144679: Switch to windows-2025-vs2026 build image in GitHub Actions
(GH-145005)
files:
M .github/workflows/jit.yml
M .github/workflows/reusable-windows-msi.yml
M .github/workflows/reusable-windows.yml
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 5a564b63f9d120..9188839b26ee71 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -74,10 +74,10 @@ jobs:
include:
- target: i686-pc-windows-msvc/msvc
architecture: Win32
- runner: windows-2025
+ runner: windows-2025-vs2026
- target: x86_64-pc-windows-msvc/msvc
architecture: x64
- runner: windows-2025
+ runner: windows-2025-vs2026
- target: aarch64-pc-windows-msvc/msvc
architecture: ARM64
runner: windows-11-arm
diff --git a/.github/workflows/reusable-windows-msi.yml
b/.github/workflows/reusable-windows-msi.yml
index 96fc338c47bf29..42c0dfd9636d30 100644
--- a/.github/workflows/reusable-windows-msi.yml
+++ b/.github/workflows/reusable-windows-msi.yml
@@ -17,7 +17,7 @@ env:
jobs:
build:
name: installer for ${{ inputs.arch }}
- runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025'
}}
+ runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' ||
'windows-2025-vs2026' }}
timeout-minutes: 60
env:
ARCH: ${{ inputs.arch }}
diff --git a/.github/workflows/reusable-windows.yml
b/.github/workflows/reusable-windows.yml
index 2f6caf2f0044d4..2f667ace9194d7 100644
--- a/.github/workflows/reusable-windows.yml
+++ b/.github/workflows/reusable-windows.yml
@@ -21,7 +21,7 @@ env:
jobs:
build:
name: Build and test (${{ inputs.arch }})
- runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025'
}}
+ runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' ||
'windows-2025-vs2026' }}
timeout-minutes: 60
env:
ARCH: ${{ inputs.arch }}
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]