From aa0a31202d8814d44b249047846e0e4fb9aa3d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Wed, 13 Mar 2024 11:21:32 +0000 Subject: [PATCH] [Fix] build: CI: GitHub: macOS: Work-around macos-12 Homebrew breakage. git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@20315 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- .github/workflows/macOS-12-Makefile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macOS-12-Makefile.yml b/.github/workflows/macOS-12-Makefile.yml index 8b6175c41c3..0e944a79854 100644 --- a/.github/workflows/macOS-12-Makefile.yml +++ b/.github/workflows/macOS-12-Makefile.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: fixup GitHub Homebrew xcbeautify breakage + run: brew pin xcbeautify - name: fixup GitHub Homebrew node breakage run: brew unlink node@18 && brew unlink node && brew link --overwrite node - name: fixup GitHub Homebrew python breakage