]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-138744: Upgrade Windows to 2025 in GitHub Actions (#144682)
authorVictor Stinner <vstinner@python.org>
Thu, 12 Feb 2026 15:19:50 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 15:19:50 +0000 (16:19 +0100)
Replace windows-2022 with windows-2025.

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

index cd6e9875d282d2eae4bd38f6ab52b70e0397a080..5a564b63f9d1207c7da0c15ef9be2bf503a7c340 100644 (file)
@@ -74,10 +74,10 @@ jobs:
         include:
           - target: i686-pc-windows-msvc/msvc
             architecture: Win32
-            runner: windows-2022
+            runner: windows-2025
           - target: x86_64-pc-windows-msvc/msvc
             architecture: x64
-            runner: windows-2022
+            runner: windows-2025
           - target: aarch64-pc-windows-msvc/msvc
             architecture: ARM64
             runner: windows-11-arm
index c7611804369600e1e536ea86ab022bd10eb3644d..96fc338c47bf298789a3e27332d3644e042dadae 100644 (file)
@@ -17,7 +17,7 @@ env:
 jobs:
   build:
     name: installer for ${{ inputs.arch }}
-    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }}
+    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }}
     timeout-minutes: 60
     env:
       ARCH: ${{ inputs.arch }}
index 82ea819867ef6d6330e5479871a47fe024fa0a14..2f6caf2f0044d45e06524a70c6af29b832a6f786 100644 (file)
@@ -21,7 +21,7 @@ env:
 jobs:
   build:
     name: Build and test (${{ inputs.arch }})
-    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }}
+    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }}
     timeout-minutes: 60
     env:
       ARCH: ${{ inputs.arch }}