Skip to content

Commit 26bc499

Browse files
committed
Exclude Ruby 2.5 with Apple Silicon
1 parent 310cb15 commit 26bc499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- { os: windows-latest , ruby: mingw }
3636
- { os: windows-latest , ruby: mswin }
3737
exclude:
38+
- { os: macos-arm-oss , ruby: "2.5" }
3839
- { os: windows-latest , ruby: debug }
3940
- { os: windows-latest , ruby: truffleruby }
4041
- { os: windows-latest , ruby: truffleruby-head }

0 commit comments

Comments
 (0)