From e4ae1eabf35f282a5987adbe90edc22d9aaf3a04 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 3 Nov 2023 16:34:34 +0100 Subject: [PATCH] CI mac: switch to macOS 12 Monterey Homebrew builds now dependencies from sources on unsupported macOSes (which is 11 now), which makes it slow. Relevant snippet from brew output: ``` Warning: You are using macOS 11. We (and Apple) do not provide support for this old version. It is expected behaviour that some formulae will fail to build in this old version. It is expected behaviour that Homebrew will be buggy and slow. ``` --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index be6039e3e..c2e32863d 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -145,7 +145,7 @@ jobs: macOS: name: run macOS needs: prepare - runs-on: macos-11 + runs-on: macos-12 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SDK_NONFREE_PATH: /private/var/tmp/sdks-nonfree