From ce18821827f07443e85d758211864123df785a6c Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Thu, 5 Dec 2024 11:14:05 -0700 Subject: [PATCH] ci: migrate ubuntu-latest to ubuntu-24.04 (#43) --- .github/workflows/wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d4d5848..4228d09 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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