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:
143
143
144
144
build_win32 :
145
145
name : ' Windows (x86)'
146
- runs-on : windows-latest
146
+ runs-on : windows-2022
147
147
needs : check_source
148
148
if : needs.check_source.outputs.run_tests == 'true'
149
149
env :
@@ -159,7 +159,7 @@ jobs:
159
159
160
160
build_win_amd64 :
161
161
name : ' Windows (x64)'
162
- runs-on : windows-latest
162
+ runs-on : windows-2022
163
163
needs : check_source
164
164
if : needs.check_source.outputs.run_tests == 'true'
165
165
env :
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ concurrency:
32
32
jobs :
33
33
build_win32 :
34
34
name : ' Windows (x86) Installer'
35
- runs-on : windows-latest
35
+ runs-on : windows-2022
36
36
steps :
37
37
- uses : actions/checkout@v4
38
38
- name : Build CPython installer
39
39
run : .\Tools\msi\build.bat --doc -x86
40
40
41
41
build_win_amd64 :
42
42
name : ' Windows (x64) Installer'
43
- runs-on : windows-latest
43
+ runs-on : windows-2022
44
44
steps :
45
45
- uses : actions/checkout@v4
46
46
- name : Build CPython installer
You can’t perform that action at this time.
0 commit comments