Skip to content

Commit 0cc386d

Browse files
committed
DEV: remove universal wheels
1 parent 188ffb4 commit 0cc386d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

-8
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
- os: macos-14
2323
platform_id: macosx_arm64
2424

25-
# MacOS universal2 (not necessary, but matching
26-
# those available to download on iqtree.org)
27-
- os: macos-14
28-
platform_id: macosx_universal2
29-
30-
3125
steps:
3226
- uses: "actions/checkout@v4"
3327
with:
@@ -46,11 +40,9 @@ jobs:
4640
CIBW_BEFORE_ALL_LINUX: ./build_tools/before_all_linux.sh
4741
CIBW_BEFORE_ALL_MACOS: ./build_tools/before_all_mac.sh
4842
CIBW_ARCHS_LINUX: ${{endsWith(matrix.platform_id, '_x86_64') && 'x86_64' || 'aarch64'}}
49-
CIBW_ARCHS_MACOS: ${{endsWith(matrix.platform_id, 'universal2') && 'universal2' || 'auto'}}
5043
CIBW_BUILD: "*${{matrix.platform_id}}"
5144
CIBW_TEST_REQUIRES: pytest
5245
CIBW_TEST_COMMAND: pytest {package}/tests
53-
CIBW_TEST_SKIP: "*-macosx_universal2:x86_64" # skip x86 on m1 mac
5446
CIBW_SKIP: pp* # Disable building PyPy wheels on all platforms
5547

5648
- name: Upload wheels

0 commit comments

Comments
 (0)