We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e84670a + bf9012f commit ab8ee6fCopy full SHA for ab8ee6f
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