Skip to content

Commit c4a5f97

Browse files
committed
Exclude 2.4-2.5 on macos-latest(=macos-14) iamge
1 parent f763384 commit c4a5f97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
matrix:
1717
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1818
os: [ ubuntu-latest, macos-latest ]
19+
exclude:
20+
- ruby: 2.4
21+
os: macos-latest
22+
- ruby: 2.5
23+
os: macos-latest
1924
runs-on: ${{ matrix.os }}
2025
steps:
2126
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)