Skip to content

Commit

Permalink
[Fix] build: CI: GitHub: macOS: Remove work-around for Homebrew unxip…
Browse files Browse the repository at this point in the history
… breakage on macOS 13.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22323 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Nov 27, 2024
1 parent 8ee42f7 commit b8cadc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/macOS-Autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- uses: actions/checkout@v4
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew unxip breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew pin unxip
- name: fixup GitHub Homebrew python breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew unlink [email protected] && brew link --overwrite [email protected]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/macOS-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ jobs:
- uses: actions/checkout@v4
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew unxip breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew pin unxip
- name: fixup GitHub Homebrew python breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew unlink [email protected] && brew link --overwrite [email protected]
Expand Down

0 comments on commit b8cadc4

Please sign in to comment.