Skip to content

Commit

Permalink
Exclude jruby with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 18, 2023
1 parent b3a5b76 commit 6fd0553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- { os: windows-latest, ruby: 'truffleruby' }
- { os: windows-latest, ruby: 'truffleruby-head' }
- { os: windows-latest, ruby: 'jruby-head' }
- { os: windows-latest, ruby: 'jruby' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6fd0553

Please sign in to comment.