Skip to content

Commit 7ae5efd

Browse files
committed
Exclude older than 2.6 on macos-14
1 parent 9669a7d commit 7ae5efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1616
os: [ ubuntu-latest, macos-latest, windows-latest ]
1717
exclude:
18+
- { os: macos-latest, ruby: 2.4 }
19+
- { os: macos-latest, ruby: 2.5 }
1820
- { os: windows-latest, ruby: truffleruby-head }
1921
- { os: windows-latest, ruby: truffleruby }
2022
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)