Skip to content

Commit e037207

Browse files
authored
Merge pull request #14 from ruby/fix-actions-issue
Exclude 2.4-2.5 on macos-latest(=macos-14) iamge
2 parents f763384 + c4a5f97 commit e037207

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)