From 161d262e32c85e0b6348d9cda963f9430dc62515 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Tue, 1 Oct 2024 21:06:02 +0200 Subject: [PATCH] ci: remove temporary macos workaround --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2e88da..503f1fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,16 +157,6 @@ jobs: echo "CXX_LD=lld" >> "$GITHUB_ENV" echo "OBJC_LD=lld" >> "$GITHUB_ENV" - - name: Unbreak Python in GHA (MacOS 13 image) - if: matrix.config.os == 'macos' && matrix.config.os-version == 13 - run: | - # TODO: remove this, after it works again - # A workaround for "The `brew link` step did not complete successfully" error. - # See e.g. https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938 - find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete - sudo rm -rf /Library/Frameworks/Python.framework/ - brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3 - - name: Setup meson (MacOS) if: matrix.config.os == 'macos' run: |