From fab4e0019430d805ab3bbf4424b00aaf643e7c54 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 13 Nov 2024 14:39:01 -0800 Subject: [PATCH] CI: use macos-latest 12 is deprecated and it seems Homebrew removed bottles, forcing compilation of everything, slowing CI down 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..3f2809600 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: macos-latest 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..dc681570f 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: macos-latest strategy: fail-fast: false matrix: