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 9669a7d commit 7ae5efdCopy full SHA for 7ae5efd
.github/workflows/test.yml
@@ -15,6 +15,8 @@ jobs:
15
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
16
os: [ ubuntu-latest, macos-latest, windows-latest ]
17
exclude:
18
+ - { os: macos-latest, ruby: 2.4 }
19
+ - { os: macos-latest, ruby: 2.5 }
20
- { os: windows-latest, ruby: truffleruby-head }
21
- { os: windows-latest, ruby: truffleruby }
22
runs-on: ${{ matrix.os }}
0 commit comments