Skip to content

Commit c237aa4

Browse files
committed
CI: remove temporary fix for macos
1 parent 4692d74 commit c237aa4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/meson.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,10 @@ jobs:
134134
echo "CXX_LD=lld" >> "$GITHUB_ENV"
135135
echo "OBJC_LD=lld" >> "$GITHUB_ENV"
136136
137-
- name: Unbreak Python in GHA for 3.11 (MacOS 13 image)
138-
if: matrix.config.os == 'macos' && matrix.config.os-version == 13
139-
run: |
140-
# A workaround for "The `brew link` step did not complete successfully" error.
141-
# See https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938
142-
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
143-
sudo rm -rf /Library/Frameworks/Python.framework/
144-
brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
145-
146137
- name: Setup meson (MacOS)
147138
if: matrix.config.os == 'macos'
148139
run: |
149-
brew update
140+
brew update
150141
brew install meson
151142
152143
- name: Setup meson

0 commit comments

Comments
 (0)