diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index a761a1a10..199b9a033 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