Skip to content

Commit 420fb50

Browse files
committed
ci: Use Ruby 3.4 instead of the recently released 4.0 for now
Ruby 4.0 is broken upstream in Vim. Once that's fixed, we can remove this.
1 parent 796ea69 commit 420fb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# be installed on runners. Since we use stable ABI, the exact version
138138
# on CI does not matter.
139139
140-
brew install --quiet ruby
140+
brew install --quiet ruby@3.4 # Ruby 4.0 is broken in Vim. Use 3.4 until that's fixed upstream.
141141
brew install --quiet lua
142142
143143
if [[ -d $(brew --prefix)/Cellar/perl ]]; then

0 commit comments

Comments
 (0)