Skip to content

Commit

Permalink
Merge pull request #9 from ruby/fix-actions
Browse files Browse the repository at this point in the history
Exclude Ruby 2.5 from macos-latest
  • Loading branch information
hsbt committed Sep 10, 2024
2 parents a7188ea + 5673e40 commit 6bd51d3
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 ]
exclude:
- ruby: 2.5
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6bd51d3

Please sign in to comment.