Skip to content

Commit 9aeb39d

Browse files
committed
[3.10] pythongh-138744: GitHub Actions: pin to windows-2022 (pythonGH-138743)
(cherry picked from commit 6e78a53) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 57f5981 commit 9aeb39d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/build_msi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ concurrency:
3232
jobs:
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

0 commit comments

Comments
 (0)