8000 MAINT: Update wheel CI images and setup-python · numpy/numpy@bd9022f · GitHub
[go: up one dir, main page]

Skip to content

Commit bd9022f

Browse files
committed
MAINT: Update wheel CI images and setup-python
Update to the latest images (macOS 10.15 is already deprecated) and update actions/setup-python to v4.
1 parent bbf295f commit bd9022f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ jobs:
7474
# Github Actions doesn't support pairing matrix values together, let's improvise
7575
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
7676
buildplat:
77-
- [ubuntu-20.04, manylinux_x86_64]
78-
- [macos-10.15, macosx_*]
79-
- [windows-2019, win_amd64]
80-
- [windows-2019, win32]
77+
- [ubuntu-22.04, manylinux_x86_64]
78+
- [macos-12, macosx_*]
79+
- [windows-2022, win_amd64]
80+
- [windows-2022, win32]
8181
# TODO: uncomment PyPy 3.9 builds once PyPy
8282
# re-releases a new minor version
8383
# NOTE: This needs a bump of cibuildwheel version, also, once that happens.
8484
python: ["cp38", "cp39", "cp310", "cp311", "pp38"] #, "pp39"]
8585
exclude:
8686
# Don't build PyPy 32-bit windows
87-
- buildplat: [windows-2019, win32]
87+
- buildplat: [windows-2022, win32]
8888
python: "pp38"
89-
- buildplat: [windows-2019, win32]
89+
- buildplat: [windows-2022, win32]
9090
python: "pp39"
9191
env:
9292
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 0
105105

106106
# Used to push the built wheels
107-
- uses: actions/setup-python@v3
107+
- uses: actions/setup-python@v4
108108
with:
109109
python-version: "3.x"
110110

@@ -169,7 +169,7 @@ jobs:
169169
# https://github.com/actions/checkout/issues/338
170170
fetch-depth: 0
171171
# Used to push the built wheels
172-
- uses: actions/setup-python@v3
172+
- uses: actions/setup-python@v4
173173
with:
174174
# Build sdist on lowest supported Python
175175
python-version: "3.8"

0 commit comments

Comments
 (0)
0