We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768af0 commit d2e24eeCopy full SHA for d2e24ee
.github/workflows/test.yml
@@ -14,12 +14,10 @@ jobs:
14
strategy:
15
matrix:
16
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' }
+ os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
+ exclude:
+ - { os: windows-latest, ruby: 'truffleruby' }
+ - { os: windows-latest, ruby: 'truffleruby-head' }
23
runs-on: ${{ matrix.os }}
24
steps:
25
- uses: actions/checkout@v3
0 commit comments