Skip to content

Commit 9a79332

Browse files
committed
MacOs CI now runs on aarch64
1 parent 8b606c7 commit 9a79332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
config:
6363
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, use-cross: false }
64-
- { os: macos-latest, target: x86_64-apple-darwin, use-cross: false }
64+
- { os: macos-latest, target: aarch64-apple-darwin, use-cross: false }
6565
- { os: windows-latest, target: x86_64-pc-windows-msvc, use-cross: false }
6666
- { os: ubuntu-latest, target: powerpc-unknown-linux-gnu, use-cross: true }
6767

0 commit comments

Comments
 (0)