mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.11] gh-138744: GitHub Actions: pin to windows-2022 (GH-138743) (GH-138755)
* [3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743)
(cherry picked from commit 6e78a539bf)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* Update .azure-pipelines/libffi-build.yml
This commit is contained in:
parent
4b407ba5b4
commit
262aa73bd7
2 changed files with 6 additions and 6 deletions
6
.github/workflows/build_msi.yml
vendored
6
.github/workflows/build_msi.yml
vendored
|
|
@ -33,7 +33,7 @@ concurrency:
|
|||
jobs:
|
||||
build_win32:
|
||||
name: 'Windows (x86) Installer'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
build_win_amd64:
|
||||
name: 'Windows (x64) Installer'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
build_win_arm64:
|
||||
name: 'Windows (ARM64) Installer'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
6
.github/workflows/reusable-windows.yml
vendored
6
.github/workflows/reusable-windows.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
build_win32:
|
||||
name: 'build and test (x86)'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
IncludeUwp: 'true'
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
build_win_amd64:
|
||||
name: 'build and test (x64)'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
IncludeUwp: 'true'
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
build_win_arm64:
|
||||
name: 'build (arm64)'
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
IncludeUwp: 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue