Skip to content

Commit

Permalink
Merged revision(s) 22325 from branches/OpenMPT-1.30:
Browse files Browse the repository at this point in the history
[Fix] build: CI: GitHub: macOS: Try to work-around Homebrew python breakage on macOS 13. See r22319.
[Fix] build: CI: GitHub: macOS: Remove work-around for Homebrew unxip breakage on macOS 13. See r22323.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.28@22327 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Nov 27, 2024
1 parent d6db5e7 commit a3a705a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macOS-13-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
- uses: actions/checkout@v4
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew unxip breakage
run: brew pin unxip
- name: fixup GitHub Homebrew python breakage
run: brew unlink python@3.11 && brew unlink [email protected] && brew link --overwrite [email protected] && brew link --overwrite [email protected]
run: brew unlink python@3.12 && brew link --overwrite [email protected]
- name: upgrade packages
run: brew upgrade
- name: install dependencies
Expand Down

0 comments on commit a3a705a

Please sign in to comment.