Skip to content

Commit 73da9bb

Browse files
committed
chore(ci): Bump Ruby to v3
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 897120b commit 73da9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/environment/bootstrap-macos-10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ brew update
1010
# https://github.com/actions/setup-python/issues/577
1111
brew list -1 | grep python | while read -r formula; do brew unlink "$formula"; brew link --overwrite "$formula"; done
1212

13-
brew install ruby@2.7 coreutils cue-lang/tap/cue protobuf
13+
brew install ruby@3 coreutils cue-lang/tap/cue protobuf
1414

1515
gem install bundler
1616

0 commit comments

Comments
 (0)