From c6aa1fbc90512b606f7e87fa36f5710a279ee780 Mon Sep 17 00:00:00 2001 From: Pure White Date: Mon, 23 Oct 2023 22:55:01 +0800 Subject: [PATCH] add aarch64-apple-darwin target --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 13c6e02..f09853c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -91,7 +91,7 @@ jobs: args: --target armv7-unknown-linux-gnueabihf aarch64-apple-darwin: name: Aarch64 Apple Darwin - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1