Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2e24ee

Browse files
committed
Try with macOS and Windows
1 parent f768af0 commit d2e24ee

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
17-
os: [ 'ubuntu-latest' ]
18-
include:
19-
- { os: macos-latest, ruby: 'head' }
20-
- { os: macos-latest, ruby: 'jruby-head' }
21-
- { os: macos-latest, ruby: 'truffleruby-head' }
22-
- { os: windows-latest, ruby: 'head' }
17+
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
18+
exclude:
19+
- { os: windows-latest, ruby: 'truffleruby' }
20+
- { os: windows-latest, ruby: 'truffleruby-head' }
2321
runs-on: ${{ matrix.os }}
2422
steps:
2523
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)