Skip to content

Commit

Permalink
add aarch64-apple-darwin target
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed Oct 10, 2024
1 parent e015899 commit 9acd649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_test_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
target: aarch64-apple-darwin

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
target: aarch64-apple-darwin

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 9acd649

Please sign in to comment.