Skip to content

Commit

Permalink
TruffleRuby not supported on Windows
Browse files Browse the repository at this point in the history
Exclude JRuby for now (ruby/setup-ruby#18)
  • Loading branch information
dentarg committed Feb 8, 2020
1 parent 9cf668d commit 1142aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
ruby: [ 2.4, 2.5, 2.6, 2.7, jruby, truffleruby ]
exclude:
- os: windows-latest
ruby: [ jruby, truffleruby]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1142aa9

Please sign in to comment.