aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-08 16:46:12 -0700
committerGitHub <noreply@github.com>2023-08-08 16:46:12 -0700
commit1b0da1e6236ad9a380abfe4ca8b51f06c34bb6f9 (patch)
tree9cf0d21f9a04fe0fbc36e1b9317307e05da231f1 /.github
parentcd8d20cd1fbcf9bf9d438b306beb65b2417fcc04 (diff)
downloadruby-1b0da1e6236ad9a380abfe4ca8b51f06c34bb6f9.tar.gz
Skip running brew upgrade (#8189)
This has been unstable: https://github.com/ruby/ruby/actions/runs/5797755676/job/15713988590 and I'm not sure if we need that in the first place, assuming the OS image itself is maintained by GitHub.
Diffstat (limited to '.github')
-rw-r--r--.github/actions/setup/macos/action.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/setup/macos/action.yml b/.github/actions/setup/macos/action.yml
index cfb456c2c0..3649a64876 100644
--- a/.github/actions/setup/macos/action.yml
+++ b/.github/actions/setup/macos/action.yml
@@ -13,7 +13,6 @@ runs:
- name: brew
shell: bash
run: |
- brew upgrade --quiet
brew install --quiet gmp libffi openssl@1.1 zlib autoconf automake libtool readline
- name: Set ENV