Skip to content

Commit f8e4154

Browse files
authored
Merge pull request #50 from nobu/old-version-on-macos
Exclude older than 2.6 on macos-14
2 parents 84e8512 + 5308760 commit f8e4154

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
os: "ubuntu-latest"
2222
TEST_SYMLINK: yes
2323
rubyopt: "--enable-frozen-string-literal"
24+
exclude:
25+
- ruby-version: "2.5"
26+
os: "macos-latest"
2427
runs-on: ${{ matrix.os }}
2528
env:
2629
TEST_SYMLINK: ${{ matrix.TEST_SYMLINK }}

0 commit comments

Comments
 (0)