diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96361aed..3a4ba8700 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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