mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.13] gh-138744: GitHub Actions: pin to windows-2022 (GH-138743) (#138753)
This commit is contained in:
parent
2422e81e99
commit
443d4af2ee
3 changed files with 8 additions and 8 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -208,20 +208,20 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- windows-latest
|
||||
- windows-2022
|
||||
arch:
|
||||
- x64
|
||||
free-threading:
|
||||
- false
|
||||
- true
|
||||
include:
|
||||
- os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
|
||||
- os: windows-2022 # FIXME(diegorusso): change to os: windows-aarch64
|
||||
arch: arm64
|
||||
free-threading: false
|
||||
- os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
|
||||
- os: windows-2022 # FIXME(diegorusso): change to os: windows-aarch64
|
||||
arch: arm64
|
||||
free-threading: true
|
||||
- os: windows-latest
|
||||
- os: windows-2022
|
||||
arch: Win32
|
||||
free-threading: false
|
||||
uses: ./.github/workflows/reusable-windows.yml
|
||||
|
|
|
|||
6
.github/workflows/jit.yml
vendored
6
.github/workflows/jit.yml
vendored
|
|
@ -70,15 +70,15 @@ jobs:
|
|||
include:
|
||||
- target: i686-pc-windows-msvc/msvc
|
||||
architecture: Win32
|
||||
runner: windows-latest
|
||||
runner: windows-2022
|
||||
compiler: msvc
|
||||
- target: x86_64-pc-windows-msvc/msvc
|
||||
architecture: x64
|
||||
runner: windows-latest
|
||||
runner: windows-2022
|
||||
compiler: msvc
|
||||
- target: aarch64-pc-windows-msvc/msvc
|
||||
architecture: ARM64
|
||||
runner: windows-latest
|
||||
runner: windows-2022
|
||||
compiler: msvc
|
||||
- target: x86_64-apple-darwin/clang
|
||||
architecture: x86_64
|
||||
|
|
|
|||
2
.github/workflows/reusable-windows-msi.yml
vendored
2
.github/workflows/reusable-windows-msi.yml
vendored
|
|
@ -17,7 +17,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
name: installer for ${{ inputs.arch }}
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
ARCH: ${{ inputs.arch }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue