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 ac4f5ab
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ 'ubuntu-latest' ]
include:
- { os: macos-latest, ruby: 'head' }
- { os: macos-latest, ruby: 'jruby-head' }
- { os: macos-latest, ruby: 'truffleruby-head' }
- { os: windows-latest, ruby: 'head' }
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
exclude:
- { 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 ac4f5ab

Please sign in to comment.