about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbeetrees <b@beetr.ee>2024-06-18 17:43:18 +0100
committerbeetrees <b@beetr.ee>2024-06-20 00:08:08 +0100
commitb0fcf2e27aac8d5eae00b7236bbdba7f73ce03ab (patch)
treed1603480ca855a98793b1de8efb34efe8c135fed
parent8556604bc6f282fbc9442d91b2929ea3e354ef88 (diff)
downloadrust-b0fcf2e27aac8d5eae00b7236bbdba7f73ce03ab.tar.gz
rust-b0fcf2e27aac8d5eae00b7236bbdba7f73ce03ab.zip
Add `aarch64-apple-darwin` to CI
-rw-r--r--.github/workflows/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a0c7ccdec0d..1fc70871700 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -66,6 +66,9 @@ jobs:
             env:
               TARGET_TRIPLE: aarch64-unknown-linux-gnu
             apt_deps: gcc-aarch64-linux-gnu qemu-user
+          - os: macos-latest
+            env:
+              TARGET_TRIPLE: aarch64-apple-darwin
           - os: ubuntu-latest
             env:
               TARGET_TRIPLE: s390x-unknown-linux-gnu
@@ -214,6 +217,9 @@ jobs:
           - os: macos-latest
             env:
               TARGET_TRIPLE: x86_64-apple-darwin
+          - os: macos-latest
+            env:
+              TARGET_TRIPLE: aarch64-apple-darwin
           # cross-compile from Linux to Windows using mingw
           - os: ubuntu-latest
             env: