mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14164 from BraxWong/BraxBranch
Switch to Gen2 macOS resources on CircleCI
This commit is contained in:
commit
4ccda14798
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user