Skip to content

Commit

Permalink
CI: bump x86 macOS to 13
Browse files Browse the repository at this point in the history
It seems Homebrew no longer ships bottles for macOS 12, slowing down CI
massively.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Nov 13, 2024
1 parent 4b1b345 commit af50632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af50632

Please sign in to comment.