We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa54637 commit d3c4116Copy full SHA for d3c4116
.github/workflows/CI.yml
@@ -32,7 +32,7 @@ jobs:
32
default: true
33
- name: Build wheels
34
run: |
35
- rustup target add aarch64-apple-darwin
+ rustup target add x86_64-apple-darwin
36
pip install maturin
37
eval "$(brew shellenv)"
38
export MACOSX_DEPLOYMENT_TARGET=10.14
.github/workflows/PR.yml
0 commit comments