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 63dde36 commit 9bc07a3Copy full SHA for 9bc07a3
.github/workflows/test.yml
@@ -29,6 +29,8 @@ jobs:
29
- { os: windows-2019, ruby: debug }
30
- { os: windows-2019, ruby: truffleruby }
31
- { os: windows-2019, ruby: truffleruby-head }
32
+ - { os: macos-11.0, ruby: truffleruby }
33
+ - { os: macos-11.0, ruby: truffleruby-head }
34
35
name: ${{ matrix.os }} ${{ matrix.ruby }}
36
runs-on: ${{ matrix.os }}
0 commit comments