Skip to content

Commit

Permalink
Exclude older than 2.6 on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 5, 2024
1 parent 929e626 commit be735a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- { os: macos-latest, ruby: 2.5 }
- { os: windows-latest, ruby: head }
- { os: macos-latest, ruby: jruby }
- { os: windows-latest, ruby: jruby }
Expand Down

0 comments on commit be735a7

Please sign in to comment.