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

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

index 7b415b3d14fab97dd2ee8f15a82c099b373e4391..084a2857e08de853061da46987e6754ae0e83e54 100644 (file)
@@ -143,7 +143,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'
     env:
@@ -159,7 +159,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'
     env:
index c9993b75df1bacbb6673e78ac84a7864b52ca069..de099a5c7da50597c7943b48e71a46f3cfa357be 100644 (file)
@@ -32,7 +32,7 @@ concurrency:
 jobs:
   build_win32:
     name: 'Windows (x86) Installer'
-    runs-on: windows-latest
+    runs-on: windows-2022
     steps:
     - uses: actions/checkout@v4
     - name: Build CPython installer
@@ -40,7 +40,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