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 5bad5e6 commit e4467cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -17,6 +17,10 @@ jobs:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
ruby: 2.4
- os: macos-latest
ruby: 2.5
- os: windows-latest
ruby: 2.4
- os: windows-latest
Expand Down

0 comments on commit e4467cc

Please sign in to comment.