From 1b0da1e6236ad9a380abfe4ca8b51f06c34bb6f9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 8 Aug 2023 16:46:12 -0700 Subject: [PATCH] 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. --- .github/actions/setup/macos/action.yml | 1 - 1 file changed, 1 deletion(-) 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