We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37fa01a + ccaf82c commit 51145fdCopy full SHA for 51145fd
1 file changed
.github/workflows/test.yml
@@ -16,6 +16,9 @@ jobs:
16
matrix:
17
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
18
os: [ ubuntu-latest, macos-latest, windows-latest ]
19
+ exclude:
20
+ - os: macos-latest
21
+ ruby: 2.5
22
runs-on: ${{ matrix.os }}
23
steps:
24
- uses: actions/checkout@v4
0 commit comments