From fcb8cac0d5698c2b99c2886520f21d2f2005b0e5 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:53:07 -0400 Subject: [PATCH] ci: add ARM macOS to build workflow (#779) Adds macOS ARM to the build workflow for nightly/release. --- .github/workflows/build_releases.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index a761a1a1..199b9a03 100644 --- a/.github/workflows/build_releases.yml +++ b/.github/workflows/build_releases.yml @@ -106,6 +106,9 @@ jobs: target: "riscv64gc-unknown-linux-gnu", cross: true, } + + # macOS ARM + - { os: "macOS-latest", target: "aarch64-apple-darwin", cross: true } steps: - name: Checkout repository uses: actions/checkout@v3