From 39c5001a2fb05322f0cf25d7f27bced437f57c3b Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Thu, 31 Oct 2024 16:33:53 -0400 Subject: [PATCH] Adjust test-macos comment --- .github/workflows/test-macos.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-macos.yaml b/.github/workflows/test-macos.yaml index 2b05001b30a..efe3bf09e30 100644 --- a/.github/workflows/test-macos.yaml +++ b/.github/workflows/test-macos.yaml @@ -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