Skip to content

Commit 92f925c

Browse files
committed
ci: use newest intel macos runner image, macos:15-intel
1 parent 3142864 commit 92f925c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)