Skip to content

Commit b0fcf2e

Browse files
committed
Add aarch64-apple-darwin to CI
1 parent 8556604 commit b0fcf2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
env:
6767
TARGET_TRIPLE: aarch64-unknown-linux-gnu
6868
apt_deps: gcc-aarch64-linux-gnu qemu-user
69+
- os: macos-latest
70+
env:
71+
TARGET_TRIPLE: aarch64-apple-darwin
6972
- os: ubuntu-latest
7073
env:
7174
TARGET_TRIPLE: s390x-unknown-linux-gnu
@@ -214,6 +217,9 @@ jobs:
214217
- os: macos-latest
215218
env:
216219
TARGET_TRIPLE: x86_64-apple-darwin
220+
- os: macos-latest
221+
env:
222+
TARGET_TRIPLE: aarch64-apple-darwin
217223
# cross-compile from Linux to Windows using mingw
218224
- os: ubuntu-latest
219225
env:

0 commit comments

Comments
 (0)