Skip to content

Commit

Permalink
Merge pull request #677 from ruby/ci-ruby25-on-macos-13
Browse files Browse the repository at this point in the history
CI: Ruby 2.5 runs on macos-13 (amd64)
  • Loading branch information
hsbt authored Aug 23, 2024
2 parents ea79a95 + 6139fd5 commit 045b311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- { os: windows-latest, ruby: ucrt }
- { os: windows-latest, ruby: mingw }
- { os: windows-latest, ruby: mswin }
- { os: macos-13, ruby: 2.5 }
exclude:
# CRuby < 2.6 does not support macos-arm64
- { os: macos-latest, ruby: 2.5 }
Expand All @@ -33,6 +34,10 @@ jobs:
apt-get: "haveged libyaml-dev"
brew: libyaml
vcpkg: libyaml
- name: Set JRuby ENV vars
run: |
echo 'JAVA_OPTS=-Xmx1g' >> $GITHUB_ENV
if: ${{ ! startsWith(matrix.ruby, 'jruby') }}
- name: Install dependencies
run: bundle install --jobs 1
- name: Run test
Expand Down

0 comments on commit 045b311

Please sign in to comment.