From: <sv...@op...> - 2024-09-18 09:49:21
|
Author: manx Date: Wed Sep 18 11:49:09 2024 New Revision: 21604 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21604 Log: [Fix] build: CI: GitHub: macOS: Try to fix GitHub homebrew go breakage on macOS 12. See r21598 and r21599. Modified: branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml Modified: branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml Wed Sep 18 11:48:01 2024 (r21603) +++ branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml Wed Sep 18 11:49:09 2024 (r21604) @@ -19,6 +19,8 @@ run: brew pin swiftlint - name: fixup GitHub Homebrew xcbeautify breakage run: brew pin xcbeautify + - name: fixup GitHub Homebrew go breakage + run: brew unlink go@1.21 - name: fixup GitHub Homebrew node breakage run: brew unlink node@18 && brew unlink node && brew link --overwrite node - name: fixup GitHub Homebrew python breakage |