diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index bc9dbb7..b8454c7 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -63,7 +63,7 @@ jobs: # No portaudio on these platforms: CIBW_TEST_SKIP: "*_i686 *-musllinux_*" # To enable testing we have to bump up to the Almalinux 8-based image: - CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28_aarch64" + CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28" CIBW_BUILD_VERBOSITY: "3" CIBW_BEFORE_TEST_LINUX: "bash {project}/tools/cibw_before_test_linux.sh" - uses: actions/upload-artifact@v4