From a7eed3010088a748ad6c1b1460e1b16c06a2d98d Mon Sep 17 00:00:00 2001 From: Eliot Miranda Date: Mon, 2 Dec 2024 13:11:06 -0800 Subject: [PATCH] Revert the github CI macos64x86_64 SDK to macos-12 to fix the arclite library issue --- .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 00266013d5..e181868c86 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -55,7 +55,7 @@ jobs: - debug - assert - runs-on: macos-14 # macos-latest + runs-on: macos-12 # macos-latest name: ${{ matrix.flavor }} for ${{ matrix.arch }}${{ matrix.mode == 'debug' && ' (DEBUG)' || matrix.mode == 'assert' && ' (ASSERT)' || '' }} env: ARCH: ${{ matrix.arch }}