Author: manx
Date: Wed Mar 13 12:22:17 2024
New Revision: 20317
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20317
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.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 Mar 13 12:21:55 2024 (r20316)
+++ branches/OpenMPT-1.28/.github/workflows/macOS-12-Makefile.yml Wed Mar 13 12:22:17 2024 (r20317)
@@ -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
|