Skip to content

Commit d220a20

Browse files
committed
[ci] Sanitize GHA macOS brew issues with go
New failures related to brew upgrade on `go`, fix the same way as #263. Partial continuation of #250, #252, #257, #259, #262.
1 parent 909101a commit d220a20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
sudo rm -rf /Library/Frameworks/Python.framework/
6464
# On 2023-02-24 `brew upgrade` resulted in a failure linking tcl-tk.
6565
brew unlink tcl-tk
66+
# On 2023-04-06 `brew upgrade` resulted in a failure upgrading `go`.
67+
brew unlink go
6668
# Run upgrades now to fail-fast (setup scripts do this anyway).
6769
brew update && brew upgrade
6870
# On 2023-02-16 the pip3.11 symlink was mysteriously missing.

0 commit comments

Comments
 (0)