Skip to content

Commit

Permalink
Adjust test-macos comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 31, 2024
1 parent 389b442 commit 39c5001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
rubygems: 3.3.26
bundler: 2.3.26 # needed to fix issue with steep on Ruby 3.0/3.1
- run: bundle install
# Specify gem version for 3.4 because default version (3.6.0.dev)
# leads to an incorrect gem root path
- if: ${{ matrix.ruby == '3.4' }}
run: gem update --system 3.5.21 # the latest gem causes 3.4 macos failues
run: gem update --system 3.5.21
- run: bundle exec rake spec:main

0 comments on commit 39c5001

Please sign in to comment.