Skip to content

Commit d3c4116

Browse files
committed
add x86_64 target
1 parent fa54637 commit d3c4116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
default: true
3333
- name: Build wheels
3434
run: |
35-
rustup target add aarch64-apple-darwin
35+
rustup target add x86_64-apple-darwin
3636
pip install maturin
3737
eval "$(brew shellenv)"
3838
export MACOSX_DEPLOYMENT_TARGET=10.14

.github/workflows/PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
default: true
3333
- name: Build wheels
3434
run: |
35-
rustup target add aarch64-apple-darwin
35+
rustup target add x86_64-apple-darwin
3636
pip install maturin
3737
eval "$(brew shellenv)"
3838
export MACOSX_DEPLOYMENT_TARGET=10.14

0 commit comments

Comments
 (0)