Skip to content

Commit 262aa73

Browse files
authored
[3.11] pythongh-138744: GitHub Actions: pin to windows-2022 (pythonGH-138743) (pythonGH-138755)
* [3.11] pythongh-138744: GitHub Actions: pin to `windows-2022` (pythonGH-138743) (cherry picked from commit 6e78a53) Co-authored-by: Hugo van Kemenade <[email protected]> * Update .azure-pipelines/libffi-build.yml
1 parent 4b407ba commit 262aa73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build_msi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333
jobs:
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
@@ -42,7 +42,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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

.github/workflows/reusable-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
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'
@@ -24,7 +24,7 @@ jobs:
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'
@@ -41,7 +41,7 @@ jobs:
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'

0 commit comments

Comments
 (0)