https://github.com/python/cpython/commit/220e67748a1e4f111a567dabe716357a1a351613
commit: 220e67748a1e4f111a567dabe716357a1a351613
branch: 3.9
author: Hugo van Kemenade <[email protected]>
committer: ambv <[email protected]>
date: 2025-09-13T22:35:01+02:00
summary:
[3.9] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138758)
(cherry picked from commit 6e78a539bfb406238ec251ba01b7a1819e5c303e)
files:
M .github/workflows/build.yml
M .github/workflows/build_msi.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index be48b9f405b805..7b3f02e454de6c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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:
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index 47b11843efed71..d9e217d8a5e483 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -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
_______________________________________________
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]