Fix broken homebrew in macos-as CI

This commit is contained in:
Nicolas Werner 2024-11-17 20:53:17 +01:00
parent 71651b81a8
commit a646e381e2
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -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