Skip to content

Commit d9a0ee7

Browse files
authored
ci.yml: Enforce Universal2 for macOS wheels
1 parent 1191229 commit d9a0ee7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* *p38-*_aarch64 cp38-*_arm64 *p39-*_aarch64 *p310-*_aarch64 pp*_aarch64 *musllinux*_aarch64
168168
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
169169
CIBW_ARCHS_LINUX: auto aarch64
170+
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
170171
CIBW_BUILD_VERBOSITY: 3
171172
REQUIRE_CYTHON: 1
172173

0 commit comments

Comments
 (0)