[3.10] gh-138744: GitHub Actions: pin to windows-2022 (GH-138743) (GH-138757)

(cherry picked from commit 6e78a539bf)
This commit is contained in:
Hugo van Kemenade 2025-09-13 23:37:07 +03:00 committed by GitHub
parent 9b51801581
commit 5c19c5bac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View 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:

View 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