Skip to content

Commit

Permalink
Try with macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 18, 2023
1 parent c04c8bb commit fe0ef02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ 'ubuntu-latest' ]
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
include:
- { os: macos-latest, ruby: 'head' }
- { os: macos-latest, ruby: 'jruby-head' }
- { os: macos-latest, ruby: 'truffleruby' }
- { os: macos-latest, ruby: 'truffleruby-head' }
- { os: windows-latest, ruby: 'head' }
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit fe0ef02

Please sign in to comment.