Skip to content

Commit 26cbcc5

Browse files
TEMP; Remove aarch64
1 parent 9b520fc commit 26cbcc5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [ubuntu-latest, windows-latest, macos-15-intel, ubuntu-24.04-arm, windows-11-arm]
56+
os: [ubuntu-latest, windows-latest, macos-15-intel]
5757
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313]
5858

5959

@@ -97,11 +97,7 @@ jobs:
9797
# cibuildwheel 3.0.0 dropped support for Python 3.7. We still want to
9898
# support 3.7 for the time being.
9999
# Python 3.14 isn't supported on lower versions of cibuildwheel, so conditionally install when required
100-
run: |
101-
pip install build
102-
[ ${{runner.arch}} == "ARM64" || ${{runner.arch}} == "ARM" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
103-
pip freeze
104-
shell: bash
100+
run: pip install build cibuildwheel==2.23.3
105101

106102
- name: Build Wheel
107103
run: cibuildwheel --output-dir dist
@@ -139,7 +135,7 @@ jobs:
139135
strategy:
140136
fail-fast: false
141137
matrix:
142-
os: [ubuntu-latest, windows-latest, macos-15-intel, ubuntu-24.04-arm, windows-11-arm]
138+
os: [ubuntu-latest, windows-latest, macos-15-intel]
143139
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313]
144140

145141
exclude:

0 commit comments

Comments
 (0)