From: <sv...@op...> - 2024-03-13 11:22:06
|
Author: manx Date: Wed Mar 13 12:21:55 2024 New Revision: 20316 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20316 Log: Merged revision(s) 20315 from branches/OpenMPT-1.30: [Fix] build: CI: GitHub: macOS: Work-around macos-12 Homebrew breakage. ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/.github/workflows/macOS-12-Makefile.yml Modified: branches/OpenMPT-1.29/.github/workflows/macOS-12-Makefile.yml ============================================================================== --- branches/OpenMPT-1.29/.github/workflows/macOS-12-Makefile.yml Wed Mar 13 12:21:32 2024 (r20315) +++ branches/OpenMPT-1.29/.github/workflows/macOS-12-Makefile.yml Wed Mar 13 12:21:55 2024 (r20316) @@ -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 |