Skip to content

Commit 4b774bc

Browse files
committed
ci: remove temporary macos workaround
1 parent 3f9bf77 commit 4b774bc

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
@@ -168,16 +168,6 @@ jobs:
168168
echo "CXX_LD=lld" >> "$GITHUB_ENV"
169169
echo "OBJC_LD=lld" >> "$GITHUB_ENV"
170170
171-
- name: Unbreak Python in GHA (MacOS 13 image)
172-
if: matrix.config.os == 'macos' && matrix.config.os-version == 13
173-
run: |
174-
# TODO: remove this, after it works again
175-
# A workaround for "The `brew link` step did not complete successfully" error.
176-
# See e.g. https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938
177-
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
178-
sudo rm -rf /Library/Frameworks/Python.framework/
179-
brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
180-
181171
- name: Setup meson (MacOS)
182172
if: matrix.config.os == 'macos'
183173
run: |

0 commit comments

Comments
 (0)