-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew update && brew upgrade fails on macOS with mongodb-community related-error #3733
Comments
Hi, @traversaro! |
Thanks @al-cheb ! In the meanwhile, I am testing the |
|
Adds the workaround for actions/runner-images#3733
Adds the workaround for actions/runner-images#3733
Adds workaround for actions/runner-images#3733
@traversaro the new image version doesn't have the issue. It will be deployed tomorrow. |
Thanks a lot @miketimofeev ! |
@traversaro just checked both deployed macos-10.15 and 11 — everything looks good. |
Indeed, it is working fine now, see https://github.com/traversaro/github-actions-brew-update-upgrade-check/actions/runs/1048745388 . Thanks a lot! |
Remove workaround for actions/runner-images#3733
Description
brew update
followed bybrew upgrade
on macOS images, with the following error:Virtual environments affected
Image version and build link
Failed build: https://github.com/traversaro/github-actions-brew-update-upgrade-check/actions/runs/1033479477 .
Is it regression?
Yes.
Expected behavior
Link of successful build: https://github.com/traversaro/github-actions-brew-update-upgrade-check/actions/runs/970042378 .
brew update
andbrew upgrade
both return success.Actual behavior
See
Repro steps
See https://github.com/traversaro/github-actions-brew-update-upgrade-check/blob/main/.github/workflows/brew-update.yml .
The text was updated successfully, but these errors were encountered: