Skip to content

Commit 3ce07f8

Browse files
committed
ci macos: exclude Ruby 2.5
Because it's not available.
1 parent 57aed6f commit 3ce07f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- macos-latest
2222
- windows-latest
2323
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
24+
exclude:
25+
- runs-on: macos-latest
26+
ruby-version: "2.5"
2427
# include:
2528
# - runs-on: ubuntu-latest
2629
# ruby-version: truffleruby

0 commit comments

Comments
 (0)