From 5b712e630b982b0c2e1dff0ad9cd37323e5d7eec Mon Sep 17 00:00:00 2001 From: Jai A Date: Tue, 9 Jul 2024 13:00:20 -0700 Subject: [PATCH] Add X86 target --- .github/workflows/app-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')"