Skip to content

Commit

Permalink
Merge pull request #97 from ruby/fix-ci
Browse files Browse the repository at this point in the history
Exclude Ruby 2.5 from macos-latest
  • Loading branch information
hsbt authored Jun 6, 2024
2 parents 44b42b0 + 5e540ee commit 1a9c0a8
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:
- ruby: 2.5
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

1 comment on commit 1a9c0a8

@Stanmar01

This comment was marked as spam.

Please sign in to comment.