We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796ea69 commit 420fb50Copy full SHA for 420fb50
1 file changed
.github/workflows/macvim-buildtest.yaml
@@ -137,7 +137,7 @@ jobs:
137
# be installed on runners. Since we use stable ABI, the exact version
138
# on CI does not matter.
139
140
- brew install --quiet ruby
+ brew install --quiet ruby@3.4 # Ruby 4.0 is broken in Vim. Use 3.4 until that's fixed upstream.
141
brew install --quiet lua
142
143
if [[ -d $(brew --prefix)/Cellar/perl ]]; then
0 commit comments