]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-144679: Switch to windows-2025-vs2026 build image in GitHub Actions (GH-145005)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Thu, 19 Feb 2026 18:10:00 +0000 (19:10 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 18:10:00 +0000 (18:10 +0000)
.github/workflows/jit.yml
.github/workflows/reusable-windows-msi.yml
.github/workflows/reusable-windows.yml

index 5a564b63f9d1207c7da0c15ef9be2bf503a7c340..9188839b26ee71f0c0522e458976ebd3b9df0b2e 100644 (file)
@@ -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
index 96fc338c47bf298789a3e27332d3644e042dadae..42c0dfd9636d30909cc7fff0e870fcfa75372a8a 100644 (file)
@@ -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 }}
index 2f6caf2f0044d45e06524a70c6af29b832a6f786..2f667ace9194d7445f61732f616477c1d476b9e3 100644 (file)
@@ -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 }}