diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83b8614b..717bef1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -271,7 +271,7 @@ build-macos-as: before_script: # The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179 - brew update-reset - - unset HOMEBREW_NO_AUTO_UPDATE + - brew upgrade - brew bundle --file .ci/macos/Brewfile ### CMake 3.29 issue with re2 workaround. - brew uninstall cmake