File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143
144144 build_win32 :
145145 name : ' Windows (x86)'
146- runs-on : windows-latest
146+ runs-on : windows-2022
147147 needs : check_source
148148 if : needs.check_source.outputs.run_tests == 'true'
149149 env :
@@ -159,7 +159,7 @@ jobs:
159159
160160 build_win_amd64 :
161161 name : ' Windows (x64)'
162- runs-on : windows-latest
162+ runs-on : windows-2022
163163 needs : check_source
164164 if : needs.check_source.outputs.run_tests == 'true'
165165 env :
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ concurrency:
3232jobs :
3333 build_win32 :
3434 name : ' Windows (x86) Installer'
35- runs-on : windows-latest
35+ runs-on : windows-2022
3636 steps :
3737 - uses : actions/checkout@v4
3838 - name : Build CPython installer
3939 run : .\Tools\msi\build.bat --doc -x86
4040
4141 build_win_amd64 :
4242 name : ' Windows (x64) Installer'
43- runs-on : windows-latest
43+ runs-on : windows-2022
4444 steps :
4545 - uses : actions/checkout@v4
4646 - name : Build CPython installer
You can’t perform that action at this time.
0 commit comments