Skip to content

Commit 70dacf1

Browse files
committed
CI: Add aarch64-apple-darwin to coverage matrix.
1 parent e85a5f5 commit 70dacf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ jobs:
515515

516516
# TODO: targets
517517
target:
518+
- aarch64-apple-darwin
518519
- aarch64-unknown-linux-gnu # Has assembly
519520
- i686-unknown-linux-gnu # Has assembly
520521
# TODO: arm-unknown-linux-gnueabi # Has assembly but doesn't build w/ clang
@@ -535,6 +536,9 @@ jobs:
535536

536537
# TODO: targets
537538
include:
539+
- target: aarch64-apple-darwin
540+
host_os: macos-14
541+
538542
# TODO: Use the -musl target after
539543
# https://github.com/rust-lang/rust/issues/79556 and
540544
# https://github.com/rust-lang/rust/issues/79555 are fixed.

0 commit comments

Comments
 (0)