From 57c26231ddaee50608aa1c97084b3f3394204612 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Thu, 20 Feb 2020 00:13:44 +0900 Subject: Use `brew upgrade` instead of `brew update` --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a26475000d..7203db371d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -36,7 +36,7 @@ jobs: run: | export WAITS='5 60' cd src - tool/travis_retry.sh brew update + tool/travis_retry.sh brew upgrade tool/travis_retry.sh brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline - name: Set ENV run: | -- cgit v1.2.3