Skip to content

Commit

Permalink
ci: bump MacOS version to 12
Browse files Browse the repository at this point in the history
Current MacOS runners are on MacOS 11.7 (Big Sur) while Homebrew only
provides binary builds for Monterey(12) and above. Because of that the Qt
build for qt@5 Homebrew package causes the runners to timeout.
  • Loading branch information
div72 committed Nov 12, 2023
1 parent def3f9c commit c0c6054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: |
./ci/test_run_all.sh
test-macos:
name: macOS 11 native [GOAL install] [GUI] [no depends]
runs-on: macos-11
name: macOS 12 native [GOAL install] [GUI] [no depends]
runs-on: macos-12
env:
DANGER_RUN_CI_ON_HOST: true
CI_USE_APT_INSTALL: no
Expand Down

0 comments on commit c0c6054

Please sign in to comment.