From 381dee2e01e53fe451588e21b04d416091edbe71 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sun, 10 Mar 2024 09:33:47 +0100 Subject: [PATCH] Codechange: [CI] switch to arm64 for MacOS builds (#12242) This creates more variety in our CI builds, increasing the odds of us finding issues. --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5d5304b76d..4dd4b4b08e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -203,8 +203,8 @@ jobs: fail-fast: false matrix: include: - - arch: x64 - full_arch: x86_64 + - arch: arm64 + full_arch: arm64 name: Mac OS (${{ matrix.arch }})