diff --git a/.github/workflows/app-release.yml b/.github/workflows/app-release.yml index ee8bbdabd..586b3f804 100644 --- a/.github/workflows/app-release.yml +++ b/.github/workflows/app-release.yml @@ -20,7 +20,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy - targets: aarch64-apple-darwin + targets: aarch64-apple-darwin, x86_64-apple-darwin - name: Rust setup if: "!startsWith(matrix.platform, 'macos')"