]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-138744: GitHub Actions: pin to `windows-2022` (#138743)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 10 Sep 2025 14:28:27 +0000 (17:28 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 14:28:27 +0000 (17:28 +0300)
.github/workflows/jit.yml
.github/workflows/reusable-windows-msi.yml
.github/workflows/reusable-windows.yml
.github/workflows/tail-call.yml

index 51a069d857f2a35c2342afd7ab54af5883cba34c..adec905df4f762f3bd7de5cc2b05822f74033e65 100644 (file)
@@ -72,10 +72,10 @@ jobs:
         include:
           - target: i686-pc-windows-msvc/msvc
             architecture: Win32
-            runner: windows-latest
+            runner: windows-2022
           - target: x86_64-pc-windows-msvc/msvc
             architecture: x64
-            runner: windows-latest
+            runner: windows-2022
           - target: aarch64-pc-windows-msvc/msvc
             architecture: ARM64
             runner: windows-11-arm
index a50de344bba4dacf103fc2eff66aba15c95d63f6..c95e40a38095f950b198ded9e45eed713703ee5b 100644 (file)
@@ -17,7 +17,7 @@ env:
 jobs:
   build:
     name: installer for ${{ inputs.arch }}
-    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-latest' }}
+    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }}
     timeout-minutes: 60
     env:
       ARCH: ${{ inputs.arch }}
index 37c802095b0f2fab1e8cdf3d0304279d247b0499..0648b770753255f69051fd96408f5595d22ec753 100644 (file)
@@ -21,7 +21,7 @@ env:
 jobs:
   build:
     name: Build and test (${{ inputs.arch }})
-    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-latest' }}
+    runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }}
     timeout-minutes: 60
     env:
       ARCH: ${{ inputs.arch }}
index 57c92e193a9aec27577b29ec774c6db43248df22..d4a84223b7b8a5a54d3864149f461e5ab5608d3a 100644 (file)
@@ -49,13 +49,13 @@ jobs:
         include:
 #          - target: i686-pc-windows-msvc/msvc
 #            architecture: Win32
-#            runner: windows-latest
+#            runner: windows-2022
           - target: x86_64-pc-windows-msvc/msvc
             architecture: x64
-            runner: windows-latest
+            runner: windows-2022
 #          - target: aarch64-pc-windows-msvc/msvc
 #            architecture: ARM64
-#            runner: windows-latest
+#            runner: windows-2022
           - target: x86_64-apple-darwin/clang
             architecture: x86_64
             runner: macos-13