We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85a5f5 commit 70dacf1Copy full SHA for 70dacf1
.github/workflows/ci.yml
@@ -515,6 +515,7 @@ jobs:
515
516
# TODO: targets
517
target:
518
+ - aarch64-apple-darwin
519
- aarch64-unknown-linux-gnu # Has assembly
520
- i686-unknown-linux-gnu # Has assembly
521
# TODO: arm-unknown-linux-gnueabi # Has assembly but doesn't build w/ clang
@@ -535,6 +536,9 @@ jobs:
535
536
537
538
include:
539
+ - target: aarch64-apple-darwin
540
+ host_os: macos-14
541
+
542
# TODO: Use the -musl target after
543
# https://github.com/rust-lang/rust/issues/79556 and
544
# https://github.com/rust-lang/rust/issues/79555 are fixed.
0 commit comments