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 9669a7d commit 7ae5efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ 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: truffleruby-head }
- { os: windows-latest, ruby: truffleruby }
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7ae5efd

Please sign in to comment.