Skip to content

Commit

Permalink
FIX: No need for end
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 22, 2024
1 parent 9684710 commit 2b60df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b60df3

Please sign in to comment.