We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435ec0f commit bb8e4deCopy full SHA for bb8e4de
1 file changed
.github/workflows/cibuildwheel.yml
@@ -55,8 +55,8 @@ jobs:
55
include:
56
- os: ubuntu-22.04
57
arch: x86_64
58
- - os: ubuntu-24.04-arm
59
- arch: aarch64
+ # - os: ubuntu-24.04-arm
+ # arch: aarch64
60
61
steps:
62
- uses: actions/checkout@v6
@@ -79,7 +79,7 @@ jobs:
79
# These needs to rotate every new Python release.
80
run: |
81
set -x
82
- echo "CIBW_BUILD=cp310-* cp311-* cp314-* cp314t-*" >> $GITHUB_ENV
+ echo "CIBW_BUILD=cp310-* cp311-* cp314-*" >> $GITHUB_ENV
83
set +x
84
85
if: ${{ github.event_name }} == "pull_request"
0 commit comments