diff --git a/.ci/setup.sh b/.ci/setup.sh index d1570be2e4d8..654874ab81a6 100755 --- a/.ci/setup.sh +++ b/.ci/setup.sh @@ -1,6 +1,7 @@ #!/bin/bash if [[ $OS_NAME == "macos" ]]; then + brew update-reset && brew update if [[ $COMPILER == "clang" ]]; then brew install libomp if [[ $AZURE == "true" ]]; then