Skip to content

Commit e77365e

Browse files
committed
Exclude older than 2.6 on macos-14
1 parent bf2c8ed commit e77365e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- macos-latest
2222
- windows-latest
2323
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
24+
exclude:
25+
- {runs-on: macos-latest, ruby-version: 2.5}
2426
# include:
2527
# - runs-on: ubuntu-latest
2628
# ruby-version: truffleruby

0 commit comments

Comments
 (0)