Skip to content

Commit ccaf82c

Browse files
committed
Exclude old Ruby version with macos-latest
1 parent 37fa01a commit ccaf82c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
matrix:
1717
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
19+
exclude:
20+
- os: macos-latest
21+
ruby: 2.5
1922
runs-on: ${{ matrix.os }}
2023
steps:
2124
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)