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 6, 2024
1 parent bf2c8ed commit e77365e
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 @@ -21,6 +21,8 @@ jobs:
- macos-latest
- windows-latest
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
exclude:
- {runs-on: macos-latest, ruby-version: 2.5}
# include:
# - runs-on: ubuntu-latest
# ruby-version: truffleruby
Expand Down

0 comments on commit e77365e

Please sign in to comment.