Skip to content

Commit

Permalink
Fix CI for Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp authored Jan 18, 2025
1 parent 5410480 commit 5804e98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
# CRuby < 2.6 does not support macos-arm64, so test those on amd64 instead
exclude:
- { os: macos-latest, ruby: '2.5' }
include:
- { os: macos-13, ruby: '2.5' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5804e98

Please sign in to comment.