From fcc8074b3a55895ccc7c7697266bd97842db17cb Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 13 Nov 2024 14:49:49 -0800 Subject: [PATCH] CI: bump x86 macOS to 13 It seems Homebrew no longer ships bottles for macOS 12, slowing down CI massively. Signed-off-by: Rosen Penev --- .github/workflows/build_all.yml | 2 +- .github/workflows/sanity_checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 1313b8649..8dba1fa09 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -154,7 +154,7 @@ jobs: MacOS: if: github.event_name != 'schedule' || github.repository == 'mesonbuild/wrapdb' - runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-12' }} + runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-13' }} env: TEST_BUILD_ALL: 1 TEST_FATAL_WARNINGS: ${{ github.event.inputs.fatal_warnings }} diff --git a/.github/workflows/sanity_checks.yml b/.github/workflows/sanity_checks.yml index 804f15bb5..7e79d002b 100644 --- a/.github/workflows/sanity_checks.yml +++ b/.github/workflows/sanity_checks.yml @@ -140,7 +140,7 @@ jobs: python tools/sanity_checks.py MacOS: - runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-12' }} + runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-13' }} strategy: fail-fast: false matrix: