Skip to content

Commit dae2aab

Browse files
glandiumindygreg
authored andcommitted
ci: build wheels for arm64 macos
1 parent 1077372 commit dae2aab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@ jobs:
4242
- 'cp37-*'
4343
- 'cp38-*'
4444
- 'cp39-*'
45+
arch: ['x86_64']
46+
include:
47+
- py: 'cp39-*'
48+
arch: 'arm64'
4549
runs-on: 'macos-10.15'
4650
env:
51+
CIBW_ARCHS: ${{ matrix.arch }}
4752
CIBW_BUILD: ${{ matrix.py }}
4853
CIBW_BUILD_VERBOSITY: '1'
4954
ZSTD_WARNINGS_AS_ERRORS: '1'

0 commit comments

Comments
 (0)