]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-150605: use windows-2025 in GitHub Actions (#150606)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Mon, 22 Jun 2026 20:21:08 +0000 (22:21 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2026 20:21:08 +0000 (20:21 +0000)
use windows-2025 in GitHub Actions

.github/workflows/jit.yml
.github/workflows/reusable-windows-msi.yml
.github/workflows/reusable-windows.yml

index 66bff36fe5e90c0858a9e09bd297ac4692773c33..025ff7ecbeeaffa39cd6dd93d72e9ffa8ff5363d 100644 (file)
@@ -64,10 +64,10 @@ jobs:
         include:
           - target: i686-pc-windows-msvc/msvc
             architecture: Win32
-            runner: windows-2025-vs2026
+            runner: windows-2025
           - target: x86_64-pc-windows-msvc/msvc
             architecture: x64
-            runner: windows-2025-vs2026
+            runner: windows-2025
           - target: aarch64-pc-windows-msvc/msvc
             architecture: ARM64
             runner: windows-11-arm
index a74724323ec15f816b34cd85c7d30901ca8f2fc8..d07b4f7f29e4875e9c791349dfc2e7c09ef24ecc 100644 (file)
@@ -17,7 +17,7 @@ env:
 jobs:
   build:
     name: installer for ${{ inputs.arch }}
-    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025-vs2026' }}
+    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }}
     timeout-minutes: 60
     env:
       ARCH: ${{ inputs.arch }}
index c6e8128884e90c250c1b7cbf9dc47e06204de5b3..dbb192fb8819a4f47eb3e72b12e84268c5e4110d 100644 (file)
@@ -26,7 +26,7 @@ env:
 jobs:
   build:
     name: Build and test (${{ inputs.arch }}, ${{ inputs.interpreter }})
-    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025-vs2026' }}
+    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }}
     timeout-minutes: 60
     env:
       ARCH: ${{ inputs.arch }}