From a2ca193866dab21bd0d79030fd480cfbc8c6f239 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Fri, 21 Jun 2024 12:08:09 +1200 Subject: [PATCH] Use aarch64 target on macos (to match runner architecture) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ae91ecd..8f355558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: setup: "" #perl -pi.bak -e 's/opt-level = 2/opt-level = 0/g' Cargo.toml } - { - target: x86_64-apple-darwin, + target: aarch64-apple-darwin, os: macos-latest, cross: false, command: "test",