File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
3333jobs :
3434 build_win32 :
3535 name : ' Windows (x86) Installer'
36- runs-on : windows-latest
36+ runs-on : windows-2022
3737 timeout-minutes : 60
3838 steps :
3939 - uses : actions/checkout@v4
4242
4343 build_win_amd64 :
4444 name : ' Windows (x64) Installer'
45- runs-on : windows-latest
45+ runs-on : windows-2022
4646 timeout-minutes : 60
4747 steps :
4848 - uses : actions/checkout@v4
5151
5252 build_win_arm64 :
5353 name : ' Windows (ARM64) Installer'
54- runs-on : windows-latest
54+ runs-on : windows-2022
5555 timeout-minutes : 60
5656 steps :
5757 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99jobs :
1010 build_win32 :
1111 name : ' build and test (x86)'
12- runs-on : windows-latest
12+ runs-on : windows-2022
1313 timeout-minutes : 60
1414 env :
1515 IncludeUwp : ' true'
2424
2525 build_win_amd64 :
2626 name : ' build and test (x64)'
27- runs-on : windows-latest
27+ runs-on : windows-2022
2828 timeout-minutes : 60
2929 env :
3030 IncludeUwp : ' true'
4141
4242 build_win_arm64 :
4343 name : ' build (arm64)'
44- runs-on : windows-latest
44+ runs-on : windows-2022
4545 timeout-minutes : 60
4646 env :
4747 IncludeUwp : ' true'
You can’t perform that action at this time.
0 commit comments