From a646e381e22e1a03960314e1eec6f16e5cd62be5 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 17 Nov 2024 20:53:17 +0100 Subject: [PATCH] Fix broken homebrew in macos-as CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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