From 033190247882730fc5adf3b6ca35bbb49dd6f605 Mon Sep 17 00:00:00 2001 From: angie Date: Wed, 14 Aug 2024 08:57:22 -0400 Subject: [PATCH] CI: Actually use ARM macs for running the ARM macs tests --- .github/workflows/publish_crate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_crate.yml b/.github/workflows/publish_crate.yml index 69ccc26..0cb9428 100644 --- a/.github/workflows/publish_crate.yml +++ b/.github/workflows/publish_crate.yml @@ -66,7 +66,7 @@ jobs: { name: mac, target: aarch64-apple-darwin, - runner: macos-12 + runner: macos-14 # ARM }, { name: linux, @@ -132,7 +132,7 @@ jobs: { name: mac, target: aarch64-apple-darwin, - runner: macos-12 + runner: macos-14 # ARM }, { name: linux,