From 4c43625a201f39f8eab1eaed62a312b1f082438c Mon Sep 17 00:00:00 2001 From: Reese Williams Date: Sun, 3 Mar 2024 18:43:45 +0000 Subject: [PATCH] idk --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8af5d71f..327f1059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,16 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: actions-rs/toolchain@v1 + - if: runner.os == 'macOS' + uses: actions-rs/toolchain@v1 + with: + toolchain: 1.63.0 + target: aarch64-apple-darwin + default: true + override: true + profile: minimal + - if: runner.os != 'macOS' + uses: actions-rs/toolchain@v1 with: toolchain: 1.63.0 override: true