From bcb4a855579e2a52d244b204073e44e1d933bdf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Thu, 10 Oct 2024 07:53:31 +0000 Subject: [PATCH] [Fix] build: CI: GitHub: macOS: Do not upgrade Homebrew packages on macOS 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 --- .github/workflows/macOS-12-Makefile.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/macOS-12-Makefile.yml b/.github/workflows/macOS-12-Makefile.yml index 34a13518a63..f081da2503c 100644 --- a/.github/workflows/macOS-12-Makefile.yml +++ b/.github/workflows/macOS-12-Makefile.yml @@ -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 python@3.11 && brew unlink python@3.12 && brew link --overwrite python@3.11 && brew link --overwrite python@3.12 - - 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