Skip to content

Commit

Permalink
[CI] Fix (Workaround) macOS brew upgrade failing
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker committed Jan 3, 2024
1 parent b81299b commit ef820c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
#Select latest xcode available on macos-13
sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer
brew update
brew upgrade
brew upgrade || true
pip install distro pytest
- name: Restore Cache LLVM/Clang runtime build directory
Expand Down

0 comments on commit ef820c2

Please sign in to comment.