diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index 75d42e6..cb88811 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -24,6 +24,8 @@ jobs: target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} save-always: true + - name: Rustup + run: rustup target add aarch64-apple-darwin x86_64-apple-darwin - name: Build x86_64 run: cargo build --target=x86_64-apple-darwin -F ${{ vars.CARGO_FEATURES }} --release - name: Build aarch64