Updated the MacOS CI workflow so that bash won't exit with brew upgrade exits with non-zero exit code.

This commit is contained in:
Hong Chen 2024-06-19 10:03:14 -05:00
parent b3c825d026
commit 23b1c7d74d

View File

@ -23,6 +23,8 @@ jobs:
- name: Install dependencies
run: |
# sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.15.pkg -target /
brew update
brew upgrade || true
brew install --cask xquartz
brew install udunits openmotif maven
brew install swig