]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138758)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sat, 13 Sep 2025 20:35:01 +0000 (23:35 +0300)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 20:35:01 +0000 (22:35 +0200)
(cherry picked from commit 6e78a539bfb406238ec251ba01b7a1819e5c303e)

.github/workflows/build.yml
.github/workflows/build_msi.yml

index be48b9f405b805b02f4153a5287ed6ded91d6fbc..7b3f02e454de6c218798fc1d1ba825ad4b04f5b6 100644 (file)
@@ -131,7 +131,7 @@ jobs:
 
   build_win32:
     name: 'Windows (x86)'
-    runs-on: windows-latest
+    runs-on: windows-2022
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     steps:
@@ -145,7 +145,7 @@ jobs:
 
   build_win_amd64:
     name: 'Windows (x64)'
-    runs-on: windows-latest
+    runs-on: windows-2022
     needs: check_source
     if: needs.check_source.outputs.run_tests == 'true'
     steps:
index 47b11843efed7118dfc8af98b9446501b7ea044d..d9e217d8a5e4832a4f8d51aeebd68eb719f8b4d1 100644 (file)
@@ -23,7 +23,7 @@ on:
 jobs:
   build_win32:
     name: 'Windows (x86) Installer'
-    runs-on: windows-latest
+    runs-on: windows-2022
     steps:
     - uses: actions/checkout@v4
     - name: Build CPython installer
@@ -31,7 +31,7 @@ jobs:
 
   build_win_amd64:
     name: 'Windows (x64) Installer'
-    runs-on: windows-latest
+    runs-on: windows-2022
     steps:
     - uses: actions/checkout@v4
     - name: Build CPython installer