Skip to content

Commit 133e151

Browse files
committed
Exclude Ruby 2.5 from macos-latest that is macos-14
1 parent 09a5a9e commit 133e151

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)