Skip to content

Commit 161d262

Browse files
committed
ci: remove temporary macos workaround
1 parent 6b70ceb commit 161d262

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,6 @@ jobs:
157157
echo "CXX_LD=lld" >> "$GITHUB_ENV"
158158
echo "OBJC_LD=lld" >> "$GITHUB_ENV"
159159
160-
- name: Unbreak Python in GHA (MacOS 13 image)
161-
if: matrix.config.os == 'macos' && matrix.config.os-version == 13
162-
run: |
163-
# TODO: remove this, after it works again
164-
# A workaround for "The `brew link` step did not complete successfully" error.
165-
# See e.g. https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938
166-
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
167-
sudo rm -rf /Library/Frameworks/Python.framework/
168-
brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
169-
170160
- name: Setup meson (MacOS)
171161
if: matrix.config.os == 'macos'
172162
run: |

0 commit comments

Comments
 (0)