diff --git a/.github/workflows/release_app.yml b/.github/workflows/release_app.yml index 80353dc..58bbf88 100644 --- a/.github/workflows/release_app.yml +++ b/.github/workflows/release_app.yml @@ -43,7 +43,7 @@ jobs: - name: Add targets (macOS only) if: matrix.platform == 'macos-latest' run: | - rustup target add aarch64-apple-darwin x86_64-apple-darwin + rustup target add aarch64-apple-darwin - name: Rust setup uses: dtolnay/rust-toolchain@nightly