Skip to content

Commit 0c73cb4

Browse files
committed
Try aarch64 for macOS runner
1 parent 2f0c580 commit 0c73cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
[
5959
{
6060
os: "macOS-latest",
61-
python-architecture: "x64",
62-
rust-target: "x86_64-apple-darwin",
61+
python-architecture: "aarch64",
62+
rust-target: "aarch64-apple-darwin",
6363
},
6464
{
6565
os: "ubuntu-latest",

0 commit comments

Comments
 (0)