From: <sv...@op...> - 2024-03-13 11:21:44
|
Author: manx Date: Wed Mar 13 12:21:32 2024 New Revision: 20315 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20315 Log: [Fix] build: CI: GitHub: macOS: Work-around macos-12 Homebrew breakage. 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 Mar 13 12:20:52 2024 (r20314) +++ branches/OpenMPT-1.30/.github/workflows/macOS-12-Makefile.yml Wed Mar 13 12:21:32 2024 (r20315) @@ -15,6 +15,8 @@ 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 |