mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.10] gh-138744: GitHub Actions: pin to windows-2022 (GH-138743) (GH-138757)
(cherry picked from commit 6e78a539bf)
This commit is contained in:
parent
9b51801581
commit
5c19c5bac6
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
4
.github/workflows/build_msi.yml
vendored
4
.github/workflows/build_msi.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue