Skip to content

Commit

Permalink
ci: migrate ubuntu-latest to ubuntu-24.04 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 5, 2024
1 parent 9c4990e commit ce18821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
matrix:
python: [cp38, cp39, cp310, cp311]
platform:
- os: ubuntu-latest
- os: ubuntu-24.04
target: manylinux
arch: x86_64
- os: ubuntu-latest
- os: ubuntu-24.04
target: musllinux
arch: x86_64
# These don't work right now - they just hang while pulling the build image from quay.
# If this doesn't resolve itself, we could try to configure different images:
# https://cibuildwheel.readthedocs.io/en/stable/options/.
#- os: ubuntu-latest
#- os: ubuntu-24.04
# target: manylinux
# arch: aarch64
#- os: ubuntu-latest
#- os: ubuntu-24.04
# target: musllinux
# arch: aarch64
- os: macos-latest
Expand Down

0 comments on commit ce18821

Please sign in to comment.