diff --git a/.github/workflows/rust-cli-publish.yml b/.github/workflows/rust-cli-publish.yml index 025a2e65e7..33632fc77d 100644 --- a/.github/workflows/rust-cli-publish.yml +++ b/.github/workflows/rust-cli-publish.yml @@ -92,7 +92,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable with: - targets: aarch64-apple-darwin + targets: x86_64-apple-darwin - uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/rust-cli.yml b/.github/workflows/rust-cli.yml index cb06dc1cb5..2c0c47cb0e 100644 --- a/.github/workflows/rust-cli.yml +++ b/.github/workflows/rust-cli.yml @@ -64,7 +64,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable with: - targets: aarch64-apple-darwin + targets: x86_64-apple-darwin - name: Build run: |