[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:
Hugo van Kemenade 2025-09-13 23:36:27 +03:00 committed by GitHub
parent 4b407ba5b4
commit 262aa73bd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

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

View file

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