From 077067777bc99fa1709e9570703117f210cbd89a Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Thu, 22 May 2025 19:48:00 -0400 Subject: [PATCH] Update mac target in CI to aarch64-apple-darwin. The `macOS-latest` images on GitHub are arm: ``` Current runner version: '2.324.0' Operating System macOS 14.7.5 23H527 Runner Image Image: macos-14-arm64 ``` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8cd7aa85c..d1349ab083 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - os: windows-2022 target: x86_64-pc-windows-msvc - os: macOS-latest - target: x86_64-apple-darwin + target: aarch64-apple-darwin - os: ubuntu-24.04 target: aarch64-linux-android host: x86_64-unknown-linux-gnu