Skip to content

Commit

Permalink
Exclude Ruby 2.5 from macos-latest that is macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 6, 2024
1 parent 44b42b0 commit 5e540ee
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

0 comments on commit 5e540ee

Please sign in to comment.