[3.13] gh-138744: GitHub Actions: pin to windows-2022 (GH-138743) (#138753)

This commit is contained in:
Hugo van Kemenade 2025-09-10 19:15:22 +03:00 committed by GitHub
parent 2422e81e99
commit 443d4af2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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 }}