Skip to content

Commit 1142aa9

Browse files
committed
TruffleRuby not supported on Windows
Exclude JRuby for now (ruby/setup-ruby#18)
1 parent 9cf668d commit 1142aa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
matrix:
1414
os: [ ubuntu-latest, windows-latest ]
1515
ruby: [ 2.4, 2.5, 2.6, 2.7, jruby, truffleruby ]
16+
exclude:
17+
- os: windows-latest
18+
ruby: [ jruby, truffleruby]
1619
runs-on: ${{ matrix.os }}
1720
steps:
1821
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)