There was an error while loading. Please reload this page.
1 parent 09a5a9e commit 133e151Copy full SHA for 133e151
1 file changed
.github/workflows/test.yml
@@ -15,6 +15,9 @@ jobs:
15
matrix:
16
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
17
os: [ ubuntu-latest, macos-latest ]
18
+ exclude:
19
+ - ruby: 2.5
20
+ os: macos-latest
21
runs-on: ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v4
0 commit comments