Skip to content

Commit 8d5c657

Browse files
committed
Solve issues in macos ci.
1 parent 21216e9 commit 8d5c657

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/macos-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [macos-12, macos-13, macos-14] # TODO: macos-15
25+
os: [macos-12, macos-13, macos-14] # TODO: macos-15: https://github.com/metacall/core/issues/530
2626
options: [
2727
{build: debug, sanitizer: without-sanitizer},
2828
{build: debug, sanitizer: address-sanitizer},
@@ -47,8 +47,9 @@ jobs:
4747
4848
- name: Uninstall Ruby
4949
run: |
50-
brew uninstall --force ruby
51-
brew autoremove
50+
brew uninstall --force --ignore-dependencies ruby
51+
brew cleanup -s ruby
52+
brew cleanup --prune-prefix
5253
RUBY_FRAMEWORK_DIR=$(xcrun --sdk macosx --show-sdk-path)/System/Library/Frameworks/Ruby.framework
5354
sudo rm -rf $RUBY_FRAMEWORK_DIR
5455

0 commit comments

Comments
 (0)