Skip to content

Commit cdf5462

Browse files
[CI] Update to Ruby 3 in macOS circleCI runner (#14777)
1 parent be46ba2 commit cdf5462

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,7 @@ jobs:
296296
command: |
297297
brew unlink python@2 || true
298298
299-
# We need ruby-install >= 0.8.3
300-
brew install ruby-install
301-
302-
ruby-install ruby 2.7.3
303-
304-
brew install pkgconfig libtool
299+
brew install ruby@3 libffi pkgconfig libtool
305300
306301
sudo mkdir -p /opt/crystal
307302
sudo chown $(whoami) /opt/crystal/
@@ -312,7 +307,6 @@ jobs:
312307
- run:
313308
no_output_timeout: 40m
314309
command: |
315-
echo "2.7.3" > /tmp/workspace/distribution-scripts/.ruby-version
316310
cd /tmp/workspace/distribution-scripts
317311
source build.env
318312
cd omnibus

0 commit comments

Comments
 (0)