Skip to content

Commit a14600c

Browse files
committed
fix(ci): ignore errors brew upgrade
Apparently it is not safe to run on GitHub environment, so avoid failing on that. We still try the upgrade because sometimes it is necessary.
1 parent 9fe00fb commit a14600c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
persist-credentials: false
4040
- run: brew update
4141
- run: brew upgrade
42+
continue-on-error: true
4243
- run: brew list --versions
4344
- run: brew deps --tree --installed
4445
- run: brew config

0 commit comments

Comments
 (0)