From 75fe3f100a795da7f3341cf5e2b1f0ae4116298e Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Fri, 31 May 2024 23:39:07 +0200 Subject: [PATCH] [gh-actions] Switch from macos-latest (14) to macos-12 Seems there are a bunch of problems with linking to the Homebrew installed libraries on MacOS 14, so this is a temporary fix to get the GH Action somewhat working again. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d662bbc86f..3c6f8f2cc4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@v4