Skip to content

Commit 817d7b0

Browse files
committed
Exclude 2.3-2.5 on macos-14 iamge
1 parent df33e8e commit 817d7b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# - { os: macos-latest , ruby: truffleruby }
3737
# - { os: ubuntu-latest , ruby: truffleruby }
3838
exclude:
39+
- { os: macos-14, ruby: 2.3 }
40+
- { os: macos-14, ruby: 2.4 }
41+
- { os: macos-14, ruby: 2.5 }
3942
- { os: windows-latest, ruby: jruby }
4043
- { os: windows-latest, ruby: jruby-head }
4144

0 commit comments

Comments
 (0)