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 @@ -131,7 +131,7 @@ jobs:
131
131
132
132
build_win32 :
133
133
name : ' Windows (x86)'
134
- runs-on : windows-latest
134
+ runs-on : windows-2022
135
135
needs : check_source
136
136
if : needs.check_source.outputs.run_tests == 'true'
137
137
steps :
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
build_win_amd64 :
147
147
name : ' Windows (x64)'
148
- runs-on : windows-latest
148
+ runs-on : windows-2022
149
149
needs : check_source
150
150
if : needs.check_source.outputs.run_tests == 'true'
151
151
steps :
Original file line number Diff line number Diff line change 23
23
jobs :
24
24
build_win32 :
25
25
name : ' Windows (x86) Installer'
26
- runs-on : windows-latest
26
+ runs-on : windows-2022
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
- name : Build CPython installer
30
30
run : .\Tools\msi\build.bat -x86
31
31
32
32
build_win_amd64 :
33
33
name : ' Windows (x64) Installer'
34
- runs-on : windows-latest
34
+ runs-on : windows-2022
35
35
steps :
36
36
- uses : actions/checkout@v4
37
37
- name : Build CPython installer
You can’t perform that action at this time.
0 commit comments