We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4990e commit 01a0245Copy full SHA for 01a0245
.github/workflows/wheels.yml
@@ -13,19 +13,19 @@ jobs:
13
matrix:
14
python: [cp38, cp39, cp310, cp311]
15
platform:
16
- - os: ubuntu-latest
+ - os: ubuntu-24.04
17
target: manylinux
18
arch: x86_64
19
20
target: musllinux
21
22
# These don't work right now - they just hang while pulling the build image from quay.
23
# If this doesn't resolve itself, we could try to configure different images:
24
# https://cibuildwheel.readthedocs.io/en/stable/options/.
25
- #- os: ubuntu-latest
+ #- os: ubuntu-24.04
26
# target: manylinux
27
# arch: aarch64
28
29
# target: musllinux
30
31
- os: macos-latest
0 commit comments