From b8cadc41545907a844a686276cdcbbd4c61b99b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Wed, 27 Nov 2024 13:59:55 +0000 Subject: [PATCH] [Fix] build: CI: GitHub: macOS: Remove work-around for Homebrew unxip breakage on macOS 13. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22323 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- .github/workflows/macOS-Autotools.yml | 3 --- .github/workflows/macOS-Makefile.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/macOS-Autotools.yml b/.github/workflows/macOS-Autotools.yml index 58afb0a9cc5..915f510a104 100644 --- a/.github/workflows/macOS-Autotools.yml +++ b/.github/workflows/macOS-Autotools.yml @@ -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 python@3.12 && brew link --overwrite python@3.12 diff --git a/.github/workflows/macOS-Makefile.yml b/.github/workflows/macOS-Makefile.yml index 942b525123d..279abde4019 100644 --- a/.github/workflows/macOS-Makefile.yml +++ b/.github/workflows/macOS-Makefile.yml @@ -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 python@3.12 && brew link --overwrite python@3.12