Merge pull request #14164 from BraxWong/BraxBranch

Switch to Gen2 macOS resources on CircleCI
This commit is contained in:
Daniel 2023-05-08 17:47:29 +02:00 committed by GitHub
commit 4ccda14798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -296,14 +296,15 @@ defaults:
- base_osx: &base_osx
macos:
xcode: "13.2.0"
xcode: "14.2.0"
resource_class: macos.x86.medium.gen2
environment:
TERM: xterm
MAKEFLAGS: -j5
- base_osx_large: &base_osx_large
macos:
xcode: "13.2.0"
xcode: "14.2.0"
resource_class: large
environment:
TERM: xterm

View File

@ -52,7 +52,6 @@ function validate_checksum {
if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
then
brew unlink python
brew install boost
brew install cmake
brew install wget