File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 8383
8484 - name : MacOS
8585 os : macos
86- os-version : 13
86+ os-version : 15-intel
8787 arm : false
8888 shell : bash
8989 fatal_warnings : true
@@ -166,16 +166,6 @@ jobs:
166166 version : 14
167167 platform : x64
168168
169- - name : Unbreak Python in GHA (MacOS 13 image)
170- if : matrix.config.os == 'macos' && matrix.config.os-version == 13
171- run : |
172- # TODO: remove this, after it works again
173- # A workaround for "The `brew link` step did not complete successfully" error.
174- # See e.g. https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938
175- find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
176- sudo rm -rf /Library/Frameworks/Python.framework/
177- brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
178-
179169 - name : Setup Clang (MacOS)
180170 if : matrix.config.os == 'macos'
181171 run : |
You can’t perform that action at this time.
0 commit comments