diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 481c3b53a4..a30a7c9120 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