Skip to content

Commit 01a0245

Browse files
authored
ci: migrate ubuntu-latest to ubuntu-24.04
1 parent 9c4990e commit 01a0245

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
matrix:
1414
python: [cp38, cp39, cp310, cp311]
1515
platform:
16-
- os: ubuntu-latest
16+
- os: ubuntu-24.04
1717
target: manylinux
1818
arch: x86_64
19-
- os: ubuntu-latest
19+
- os: ubuntu-24.04
2020
target: musllinux
2121
arch: x86_64
2222
# These don't work right now - they just hang while pulling the build image from quay.
2323
# If this doesn't resolve itself, we could try to configure different images:
2424
# https://cibuildwheel.readthedocs.io/en/stable/options/.
25-
#- os: ubuntu-latest
25+
#- os: ubuntu-24.04
2626
# target: manylinux
2727
# arch: aarch64
28-
#- os: ubuntu-latest
28+
#- os: ubuntu-24.04
2929
# target: musllinux
3030
# arch: aarch64
3131
- os: macos-latest

0 commit comments

Comments
 (0)