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