Skip to content

Commit f0a5fda

Browse files
nobuhsbt
authored andcommitted
Exclude older than 2.6 on macos-14
1 parent 48742e2 commit f0a5fda

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
@@ -16,6 +16,7 @@ jobs:
1616
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1717
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
1818
exclude:
19+
- { os: macos-latest, ruby: 2.5 }
1920
- { os: windows-latest, ruby: 'truffleruby' }
2021
- { os: windows-latest, ruby: 'truffleruby-head' }
2122
- { os: windows-latest, ruby: 'jruby-head' }

0 commit comments

Comments
 (0)