]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138753)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 10 Sep 2025 16:15:22 +0000 (19:15 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 16:15:22 +0000 (19:15 +0300)
.github/workflows/build.yml
.github/workflows/jit.yml
.github/workflows/reusable-windows-msi.yml

index 404664fa2dfdb330e58d25fdd60ab988eef5e01b..96bc888b4955ac4e4998b143293d3fcc7f3f9686 100644 (file)
@@ -208,20 +208,20 @@ jobs:
       fail-fast: false
       matrix:
         os:
-          - windows-latest
+          - windows-2022
         arch:
           - x64
         free-threading:
           - false
           - true
         include:
-          - os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
+          - os: windows-2022 # FIXME(diegorusso): change to os: windows-aarch64
             arch: arm64
             free-threading: false
-          - os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
+          - os: windows-2022 # FIXME(diegorusso): change to os: windows-aarch64
             arch: arm64
             free-threading: true
-          - os: windows-latest
+          - os: windows-2022
             arch: Win32
             free-threading: false
     uses: ./.github/workflows/reusable-windows.yml
index d08fb9b3e8d6a203d51eb3522f9a51330b1eb990..2ba57a815a175985ed808570585135e9f6f568ef 100644 (file)
@@ -70,15 +70,15 @@ jobs:
         include:
           - target: i686-pc-windows-msvc/msvc
             architecture: Win32
-            runner: windows-latest
+            runner: windows-2022
             compiler: msvc
           - target: x86_64-pc-windows-msvc/msvc
             architecture: x64
-            runner: windows-latest
+            runner: windows-2022
             compiler: msvc
           - target: aarch64-pc-windows-msvc/msvc
             architecture: ARM64
-            runner: windows-latest
+            runner: windows-2022
             compiler: msvc
           - target: x86_64-apple-darwin/clang
             architecture: x86_64
index bc0414d1bbcd8f07cd12da2125d5d2cd2dcf7aaa..d822ce20757be3b9371f4df47036255514d059b7 100644 (file)
@@ -17,7 +17,7 @@ env:
 jobs:
   build:
     name: installer for ${{ inputs.arch }}
-    runs-on: windows-latest
+    runs-on: windows-2022
     timeout-minutes: 60
     env:
       ARCH: ${{ inputs.arch }}