Skip to content

Commit e2729b5

Browse files
committed
exclude 2.5 in macos-latest
1 parent 0ace492 commit e2729b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
# See https://github.com/dashingrocket/simplecov-cobertura/pull/16
1414
# ruby: [ 2.5, 2.6, 2.7, 3.0 ]
1515
ruby: [ 2.5, 2.6, 2.7 ]
16+
exclude:
17+
- { os: macos-latest, ruby: '2.5' }
1618
runs-on: ${{ matrix.os }}
1719

1820
steps:

0 commit comments

Comments
 (0)