File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -208,20 +208,20 @@ jobs:
208
208
fail-fast : false
209
209
matrix :
210
210
os :
211
- - windows-latest
211
+ - windows-2022
212
212
arch :
213
213
- x64
214
214
free-threading :
215
215
- false
216
216
- true
217
217
include :
218
- - os : windows-latest # FIXME(diegorusso): change to os: windows-aarch64
218
+ - os : windows-2022 # FIXME(diegorusso): change to os: windows-aarch64
219
219
arch : arm64
220
220
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
222
222
arch : arm64
223
223
free-threading : true
224
- - os : windows-latest
224
+ - os : windows-2022
225
225
arch : Win32
226
226
free-threading : false
227
227
uses : ./.github/workflows/reusable-windows.yml
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ jobs:
70
70
include :
71
71
- target : i686-pc-windows-msvc/msvc
72
72
architecture : Win32
73
- runner : windows-latest
73
+ runner : windows-2022
74
74
compiler : msvc
75
75
- target : x86_64-pc-windows-msvc/msvc
76
76
architecture : x64
77
- runner : windows-latest
77
+ runner : windows-2022
78
78
compiler : msvc
79
79
- target : aarch64-pc-windows-msvc/msvc
80
80
architecture : ARM64
81
- runner : windows-latest
81
+ runner : windows-2022
82
82
compiler : msvc
83
83
- target : x86_64-apple-darwin/clang
84
84
architecture : x86_64
Original file line number Diff line number Diff line change 17
17
jobs :
18
18
build :
19
19
name : installer for ${{ inputs.arch }}
20
- runs-on : windows-latest
20
+ runs-on : windows-2022
21
21
timeout-minutes : 60
22
22
env :
23
23
ARCH : ${{ inputs.arch }}
You can’t perform that action at this time.
0 commit comments