File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -514,12 +514,12 @@ defaults:
514514
515515 - base_osx : &base_osx
516516 macos :
517- xcode : " 15.0.0 "
518- resource_class : macos.m1. medium.gen1
517+ xcode : 15.4.0
518+ resource_class : m4pro. medium
519519 environment : &base_osx_env
520520 TERM : xterm
521- MAKEFLAGS : -j5
522- CPUs : 5
521+ MAKEFLAGS : -j8
522+ CPUs : 8
523523
524524 - base_ubuntu_clang : &base_ubuntu_clang
525525 docker :
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ function validate_checksum {
4848
4949if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
5050then
51- brew uninstall temurin17
52- brew untap homebrew/homebrew-cask-versions
5351 brew update
5452 brew upgrade
5553 brew install cmake
You can’t perform that action at this time.
0 commit comments