From cd608836edac1a987f0e8d501b3f3d195763cc3c Mon Sep 17 00:00:00 2001 From: Joseph Angelo Date: Wed, 3 Jul 2024 13:53:01 -0700 Subject: [PATCH] Update the mac build step to use the latest mac OS --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 184e841..3c9fdb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,9 +23,9 @@ jobs: binary_target: x86_64-unknown-linux-gnu toolchain: stable - # MacOS - - os: macos-11 - binary_target: x86_64-apple-darwin + # MacOS ARM + - os: macos-latest + binary_target: aarch64-apple-darwin toolchain: stable # Windows