Skip to content

Commit

Permalink
Solve issues in macos ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Nov 6, 2024
1 parent 21216e9 commit 8d5c657
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14] # TODO: macos-15
os: [macos-12, macos-13, macos-14] # TODO: macos-15: https://github.com/metacall/core/issues/530
options: [
{build: debug, sanitizer: without-sanitizer},
{build: debug, sanitizer: address-sanitizer},
Expand All @@ -47,8 +47,9 @@ jobs:
- name: Uninstall Ruby
run: |
brew uninstall --force ruby
brew autoremove
brew uninstall --force --ignore-dependencies ruby
brew cleanup -s ruby
brew cleanup --prune-prefix
RUBY_FRAMEWORK_DIR=$(xcrun --sdk macosx --show-sdk-path)/System/Library/Frameworks/Ruby.framework
sudo rm -rf $RUBY_FRAMEWORK_DIR
Expand Down

0 comments on commit 8d5c657

Please sign in to comment.