Skip to content

Commit b3a5b76

Browse files
committed
Exclude jruby-head with Windows
1 parent d2e24ee commit b3a5b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
exclude:
1919
- { os: windows-latest, ruby: 'truffleruby' }
2020
- { os: windows-latest, ruby: 'truffleruby-head' }
21+
- { os: windows-latest, ruby: 'jruby-head' }
2122
runs-on: ${{ matrix.os }}
2223
steps:
2324
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)