You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup-chrome: explicitly connect chromium snap interfaces and run a blocking smoke test on linux-arm64. Fixes intermittent gpu-2404-provider-wrapper not connected aborts. Explicit snap interface connects + fail-fast retry smoke test.
Run brew update before brew trust so older runner images (Homebrew 5.x) self-upgrade to 6.x where brew trust exists. Soft fallback for very old brews via || echo.
Replace HOMEBREW_REQUIRE_TAP_TRUST env override with explicit brew trust "$tap" call in homebrew-build-bottles. Homebrew 6.0.1 treats empty/unset values as still-set; brew trust is the documented bypass.