Skip to content

Commit

Permalink
Merged revision(s) 21598-21599 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] build: CI: GitHub: macOS: Try to fix GitHub homebrew go breakage on macOS 12.
........
[Fix] build: CI: GitHub: macOS: Try to fix GitHub homebrew go breakage on macOS 12.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@21603 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 18, 2024
1 parent 2ba6b4c commit a0a28c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macOS-Autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: fixup GitHub Homebrew xcbeautify breakage
if: ${{ matrix.host == 'macos-12' }}
run: brew pin xcbeautify
- name: fixup GitHub Homebrew go breakage
if: ${{ matrix.host == 'macos-12' }}
run: brew unlink go@1.21
- name: fixup GitHub Homebrew node breakage
if: ${{ matrix.host == 'macos-12' }}
run: brew unlink node@18 && brew unlink node && brew link --overwrite node
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macOS-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- name: fixup GitHub Homebrew xcbeautify breakage
if: ${{ matrix.host == 'macos-12' }}
run: brew pin xcbeautify
- name: fixup GitHub Homebrew go breakage
if: ${{ matrix.host == 'macos-12' }}
run: brew unlink go@1.21
- name: fixup GitHub Homebrew node breakage
if: ${{ matrix.host == 'macos-12' }}
run: brew unlink node@18 && brew unlink node && brew link --overwrite node
Expand Down

0 comments on commit a0a28c0

Please sign in to comment.