diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c4a6612..6310c0b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: if: matrix.os == 'macOS-latest' run: | rustup target add aarch64-apple-darwin + rustup target add x86_64-apple-darwin - name: Build for linux if: matrix.os == 'ubuntu-latest' run: |