diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9e1e2e0faf..fdf58eac18 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,10 +15,14 @@ jobs: fail-fast: false matrix: target: + - aarch64-apple-darwin - x86_64-apple-darwin - x86_64-pc-windows-msvc - x86_64-unknown-linux-gnu include: + - target: aarch64-apple-darwin + os: macos-latest + target_rustflags: '' - target: x86_64-apple-darwin os: macos-latest target_rustflags: ''