File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 22
22
- os : macos-14
23
23
platform_id : macosx_arm64
24
24
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
-
31
25
steps :
32
26
- uses : " actions/checkout@v4"
33
27
with :
46
40
CIBW_BEFORE_ALL_LINUX : ./build_tools/before_all_linux.sh
47
41
CIBW_BEFORE_ALL_MACOS : ./build_tools/before_all_mac.sh
48
42
CIBW_ARCHS_LINUX : ${{endsWith(matrix.platform_id, '_x86_64') && 'x86_64' || 'aarch64'}}
49
- CIBW_ARCHS_MACOS : ${{endsWith(matrix.platform_id, 'universal2') && 'universal2' || 'auto'}}
50
43
CIBW_BUILD : " *${{matrix.platform_id}}"
51
44
CIBW_TEST_REQUIRES : pytest
52
45
CIBW_TEST_COMMAND : pytest {package}/tests
53
- CIBW_TEST_SKIP : " *-macosx_universal2:x86_64" # skip x86 on m1 mac
54
46
CIBW_SKIP : pp* # Disable building PyPy wheels on all platforms
55
47
56
48
- name : Upload wheels
You can’t perform that action at this time.
0 commit comments