Skip to content

Commit

Permalink
Merge pull request #31 from ruby/fix-ci
Browse files Browse the repository at this point in the history
Exclude Ruby 2.5 on macos-latest
  • Loading branch information
hsbt authored Nov 25, 2024
2 parents a554626 + 4f17be5 commit a6324f5
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 @@ -16,6 +16,9 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
exclude:
- { os: macos-latest, ruby: '2.5' }

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a6324f5

Please sign in to comment.