Skip to content

Commit 8339249

Browse files
committed
Exclude older than 2.6 on macos-14
1 parent 72aa17f commit 8339249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2222
os: [ ubuntu-latest, macos-latest, windows-latest ]
2323
exclude:
24+
- { os: macos-latest, ruby: 2.5 }
2425
- { os: windows-latest, ruby: truffleruby-head }
2526
- { os: windows-latest, ruby: truffleruby }
2627
- { os: windows-latest, ruby: jruby-head }

0 commit comments

Comments
 (0)