Fix macOS Big Sur builds on Cirrus

- Upgrade the Big Sur VM to use the Xcode 12.5 version. This has a newer
  version of brew installed on it that fixes an issue with an EOL package host
  that finally shut down for good recently.
- Use 'brew upgrade' for openssl and cmake, since those are both present on the
  base VM. This prevents 'brew install' from printing an error if the package
  exists but is out of date.
This commit is contained in:
Tim Wojtulewicz 2021-06-07 11:36:04 -07:00
parent 289db80270
commit d62e966234
2 changed files with 3 additions and 2 deletions

View file

@ -5,4 +5,5 @@ sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
set -e
set -x
brew install cmake swig openssl bison
brew upgrade cmake openssl
brew install swig bison