https://github.com/python/cpython/commit/443d4af2eeb732bd1c0f7cbcecd91baf2f2fa66c
commit: 443d4af2eeb732bd1c0f7cbcecd91baf2f2fa66c
branch: 3.13
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2025-09-10T19:15:22+03:00
summary:

[3.13] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (#138753)

files:
M .github/workflows/build.yml
M .github/workflows/jit.yml
M .github/workflows/reusable-windows-msi.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 404664fa2dfdb3..96bc888b4955ac 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index d08fb9b3e8d6a2..2ba57a815a1759 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -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
diff --git a/.github/workflows/reusable-windows-msi.yml 
b/.github/workflows/reusable-windows-msi.yml
index bc0414d1bbcd8f..d822ce20757be3 100644
--- a/.github/workflows/reusable-windows-msi.yml
+++ b/.github/workflows/reusable-windows-msi.yml
@@ -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 }}

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to