From e08293c1e7b33ba7d0d95f67a605013e55ba95d0 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sat, 23 Mar 2024 14:49:19 +0000 Subject: [PATCH] use arm64 python 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 8c5c23b5063..4a8c816d10f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: platform: [ { os: "macos-14", # first available arm macos runner - python-architecture: "x64", + python-architecture: "arm64", rust-target: "aarch64-apple-darwin", }, {