Skip to content

Commit 443d4af

Browse files
authored
[3.13] gh-138744: GitHub Actions: pin to windows-2022 (GH-138743) (#138753)
1 parent 2422e81 commit 443d4af

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,20 +208,20 @@ jobs:
208208
fail-fast: false
209209
matrix:
210210
os:
211-
- windows-latest
211+
- windows-2022
212212
arch:
213213
- x64
214214
free-threading:
215215
- false
216216
- true
217217
include:
218-
- os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
218+
- os: windows-2022 # FIXME(diegorusso): change to os: windows-aarch64
219219
arch: arm64
220220
free-threading: false
221-
- os: windows-latest # FIXME(diegorusso): change to os: windows-aarch64
221+
- os: windows-2022 # FIXME(diegorusso): change to os: windows-aarch64
222222
arch: arm64
223223
free-threading: true
224-
- os: windows-latest
224+
- os: windows-2022
225225
arch: Win32
226226
free-threading: false
227227
uses: ./.github/workflows/reusable-windows.yml

.github/workflows/jit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ jobs:
7070
include:
7171
- target: i686-pc-windows-msvc/msvc
7272
architecture: Win32
73-
runner: windows-latest
73+
runner: windows-2022
7474
compiler: msvc
7575
- target: x86_64-pc-windows-msvc/msvc
7676
architecture: x64
77-
runner: windows-latest
77+
runner: windows-2022
7878
compiler: msvc
7979
- target: aarch64-pc-windows-msvc/msvc
8080
architecture: ARM64
81-
runner: windows-latest
81+
runner: windows-2022
8282
compiler: msvc
8383
- target: x86_64-apple-darwin/clang
8484
architecture: x86_64

.github/workflows/reusable-windows-msi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
build:
1919
name: installer for ${{ inputs.arch }}
20-
runs-on: windows-latest
20+
runs-on: windows-2022
2121
timeout-minutes: 60
2222
env:
2323
ARCH: ${{ inputs.arch }}

0 commit comments

Comments
 (0)