From 364abdf416c935e73198b7676288d8194c4c6e3f Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Fri, 23 May 2025 01:48:00 +0200 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 481c3b53a44..a30a7c91206 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 runs-on: ${{ matrix.os }} env: RUSTUP_UNPACK_RAM: "26214400" @@ -136,7 +136,7 @@ jobs: - os: windows-2022 target: x86_64-pc-windows-msvc - os: macOS-latest - target: x86_64-apple-darwin + target: aarch64-apple-darwin runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -163,7 +163,7 @@ jobs: - os: windows-2022 target: x86_64-pc-windows-msvc - os: macOS-latest - target: x86_64-apple-darwin + target: aarch64-apple-darwin runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4