From e32363b3afe6ca606cb2edaa409ebad2ce2f7c4f Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 1 May 2024 17:14:21 -0400 Subject: [PATCH] Try to fix daemon build on M1 runners Signed-off-by: Timothy Johnson --- .github/workflows/rust-cli-publish.yml | 2 +- .github/workflows/rust-cli.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |