From c44005706fccac46e98ce5a76ae5d531ca674454 Mon Sep 17 00:00:00 2001 From: Eliot Miranda Date: Mon, 2 Dec 2024 13:59:04 -0800 Subject: [PATCH] Use macos-14 build env on macos64x86_64 to match macos64ARMv8 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e181868c86..00266013d5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -55,7 +55,7 @@ jobs: - debug - assert - runs-on: macos-12 # macos-latest + runs-on: macos-14 # macos-latest name: ${{ matrix.flavor }} for ${{ matrix.arch }}${{ matrix.mode == 'debug' && ' (DEBUG)' || matrix.mode == 'assert' && ' (ASSERT)' || '' }} env: ARCH: ${{ matrix.arch }}