From b4453116fe032378fcec498cc3a7ed3597e9d27f Mon Sep 17 00:00:00 2001 From: Hannes <55623006+umgefahren@users.noreply.github.com> Date: Thu, 13 May 2021 14:18:54 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9a09193..927d93b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,7 @@ jobs: with: command: build - build-and-test-apple: + build-and-test-apple-silicon-mac: runs-on: [macos-latest] steps: - uses: actions/checkout@v2 @@ -51,7 +51,7 @@ jobs: with: toolchain: nightly override: true - target: aarch64-apple-darwin, aarch64-apple-ios + target: aarch64-apple-darwin components: rustfmt, clippy - name: Run cargo test