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 897120b commit 73da9bbCopy full SHA for 73da9bb
scripts/environment/bootstrap-macos-10.sh
@@ -10,7 +10,7 @@ brew update
10
# https://github.com/actions/setup-python/issues/577
11
brew list -1 | grep python | while read -r formula; do brew unlink "$formula"; brew link --overwrite "$formula"; done
12
13
-brew install ruby@2.7 coreutils cue-lang/tap/cue protobuf
+brew install ruby@3 coreutils cue-lang/tap/cue protobuf
14
15
gem install bundler
16
0 commit comments