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: