ci: add ARM macOS to build workflow (#779)

Adds macOS ARM to the build workflow for nightly/release.
This commit is contained in:
Clement Tsang 2022-08-13 11:53:07 -04:00 committed by GitHub
parent 4e2a25ac68
commit fcb8cac0d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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