ci: add ARM macOS to build workflow (#779)
Adds macOS ARM to the build workflow for nightly/release.
This commit is contained in:
parent
4e2a25ac68
commit
fcb8cac0d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue