Skip to content

Commit

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

0 comments on commit 1c38f45

Please sign in to comment.