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

(cherry picked from commit 6e78a539bfb406238ec251ba01b7a1819e5c303e)
This commit is contained in:
Hugo van Kemenade 2025-09-13 23:35:01 +03:00 committed by GitHub
parent 73f03e4808
commit 220e67748a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

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

View 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