From e94976ec9ccff85e71c568d8c84729a38d071bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 15 Oct 2022 11:29:22 +0200 Subject: [PATCH] Downgrade MacOS version in GHA --- .github/workflows/mac-builds.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac-builds.yml b/.github/workflows/mac-builds.yml index 0ad5982d..39908f43 100644 --- a/.github/workflows/mac-builds.yml +++ b/.github/workflows/mac-builds.yml @@ -4,7 +4,11 @@ on: [push, pull_request] jobs: build: - runs-on: macos-12 + # macos-12 updated to a toolchain that crashes when linking the + # test binary. This seems to be a known bug in that version, + # and will eventually get fixed in an update. After that, we can go + # back to newer macos images. + runs-on: macos-11 strategy: matrix: cxx: