Skip to content

Commit 17ad4cd

Browse files
committed
ci: exclude Ruby 2.5 on macos-latest
1 parent 1288be1 commit 17ad4cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- macos-latest
2222
- windows-latest
2323
exclude:
24-
- { ruby-version: truffleruby-head, runs-on: windows-latest }
24+
# macos-latest doesn't provide Ruby 2.5
25+
- { ruby-version: "2.5", runs-on: macos-latest }
26+
- { ruby-version: truffleruby-head, runs-on: windows-latest }
2527
name: ${{ matrix.ruby-version}} on ${{ matrix.runs-on }}
2628
runs-on: ${{ matrix.runs-on }}
2729
steps:

0 commit comments

Comments
 (0)