Skip to content

Commit 7bd2a91

Browse files
committed
Fix ci workflow to use apple aarch64
1 parent 910b79b commit 7bd2a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- os: ubuntu-latest
3333
target: x86_64-unknown-linux-gnu
3434
- os: macos-latest
35-
target: x86_64-apple-darwin
35+
target: aarch64-apple-darwin
3636
- os: windows-latest
3737
target: x86_64-pc-windows-msvc
3838

0 commit comments

Comments
 (0)