From: <sv...@op...> - 2024-09-18 09:50:45
|
Author: manx Date: Wed Sep 18 11:50:33 2024 New Revision: 21606 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21606 Log: Merged revision(s) 21604 from branches/OpenMPT-1.30: [Fix] build: CI: GitHub: macOS: Try to fix GitHub homebrew go breakage on macOS 12. See r21598 and r21599. ........ Modified: branches/OpenMPT-1.28/ (props changed) branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml Modified: branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml ============================================================================== --- branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml Wed Sep 18 11:50:11 2024 (r21605) +++ branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml Wed Sep 18 11:50:33 2024 (r21606) @@ -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 |