We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b31ad commit 17c56b0Copy full SHA for 17c56b0
.github/workflows/ci.yml
@@ -528,6 +528,7 @@ jobs:
528
529
# TODO: targets
530
target:
531
+ - aarch64-apple-darwin # Has assembly
532
- aarch64-unknown-linux-gnu # Has assembly
533
- i686-unknown-linux-gnu # Has assembly
534
# TODO: arm-unknown-linux-gnueabi # Has assembly but doesn't build w/ clang
@@ -548,6 +549,9 @@ jobs:
548
549
550
551
include:
552
+ - target: aarch64-apple-darwin
553
+ host_os: macos-14
554
+
555
# TODO: Use the -musl target after
556
# https://github.com/rust-lang/rust/issues/79556 and
557
# https://github.com/rust-lang/rust/issues/79555 are fixed.
0 commit comments