Skip to content

Commit 2b7df39

Browse files
committed
CI: Ruby 3.4 and 4.0 fail on macOS 15 Intel, let's skip those
1 parent 6729914 commit 2b7df39

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
"4.0",
3131
"head",
3232
]
33+
exclude:
34+
- os: 'macos-15-intel'
35+
ruby-version: '3.4'
36+
- os: 'macos-15-intel'
37+
ruby-version: '4.0'
3338

3439
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
3540
steps:

0 commit comments

Comments
 (0)