Skip to content

Commit 9b520fc

Browse files
TEMP: Try different architecture detection
1 parent 11b342b commit 9b520fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Python 3.14 isn't supported on lower versions of cibuildwheel, so conditionally install when required
100100
run: |
101101
pip install build
102-
[ ${{matrix.python }} == "cp314" || ${{runner.arch}} == "ARM64" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
102+
[ ${{runner.arch}} == "ARM64" || ${{runner.arch}} == "ARM" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
103103
pip freeze
104104
shell: bash
105105

0 commit comments

Comments
 (0)