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:
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717jobs :
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 }}
You can’t perform that action at this time.
0 commit comments