Skip to content

Commit

Permalink
[Fix] build: CI: GitHub: macOS: Do not upgrade Homebrew packages on m…
Browse files Browse the repository at this point in the history
…acOS 12 because it is unsupported and upgrading causes all kinds of problems. Just install our dependencies. See r21789.

git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@21791 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Oct 10, 2024
1 parent 1a29ac6 commit bcb4a85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macOS-12-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
run: brew unlink node@18 && brew unlink node && brew link --overwrite node
- name: fixup GitHub Homebrew python breakage
run: brew unlink [email protected] && brew unlink [email protected] && brew link --overwrite [email protected] && brew link --overwrite [email protected]
- name: upgrade packages
run: brew upgrade
- name: install dependencies
run: brew install p7zip help2man doxygen autoconf-archive mpg123 libogg libvorbis portaudio flac libsndfile sdl2
- name: setup parallel make
Expand Down

0 comments on commit bcb4a85

Please sign in to comment.