Skip to content

Commit

Permalink
Merge pull request #682 from ruby/fix-macos-ruby-2-5-ci
Browse files Browse the repository at this point in the history
Exclude Ruby 2.5 on macOS from CI
  • Loading branch information
peterzhu2118 authored Aug 9, 2024
2 parents af19c9d + a262be3 commit 1182f34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- { os: windows-latest, ruby: ucrt }
- { os: windows-latest, ruby: mingw }
- { os: windows-latest, ruby: mswin }
exclude:
# CRuby < 2.6 does not support macos-arm64
- { os: macos-latest, ruby: 2.5 }
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 1182f34

Please sign in to comment.