Skip to content

Commit

Permalink
add CI support for arm builds on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Dec 29, 2022
1 parent 311828c commit 02d81be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,9 @@ jobs:
########
# Macos
- name: Python Build Steps (Macos)
run: yarn _wheel_python --ci --macos
run: |
yarn _wheel_python --ci --macos
yarn _wheel_python --ci --macos --arm
env:
PYTHON_VERSION: ${{ matrix.python-version }}
if: ${{ runner.os == 'macOS' }}
Expand Down

0 comments on commit 02d81be

Please sign in to comment.