Skip to content

Commit

Permalink
Try manylinux_2_28 with Toolchain: GCC 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudevdm committed Jan 6, 2025
1 parent 4f05c75 commit 0dea858
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 @@ -216,7 +216,7 @@ jobs:
- build_source
env:
CIBW_ARCHS_LINUX: ${{matrix.os_python.arch}}
CIBW_ENVIRONMENT_LINUX: ${{ matrix.os_python.arch == 'aarch64' && 'CFLAGS=''-O2 -pipe''' || '' }}
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.os_python.arch == 'aarch64' && 'quay.io/pypa/manylinux_2_28_aarch64' || '' }}
runs-on: ${{ matrix.os_python.runner }}
timeout-minutes: 480
strategy:
Expand Down

0 comments on commit 0dea858

Please sign in to comment.