From c0c605425f80f87693e9f1d914e936dbab4d7b8a Mon Sep 17 00:00:00 2001 From: div72 Date: Sun, 12 Nov 2023 15:11:34 +0300 Subject: [PATCH] ci: bump MacOS version to 12 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. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ed80872fe..9ddd104cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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