File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ defaults:
496496
497497 - base_osx : &base_osx
498498 macos :
499- xcode : " 15.0.0 "
499+ xcode : 15.4.0
500500 resource_class : macos.m1.medium.gen1
501501 environment : &base_osx_env
502502 TERM : xterm
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
6361
6462 # install historical cmake
6563 chmod +x .circleci/install_cmake.sh
66- .circleci/install_cmake.sh 3.28 .3
64+ .circleci/install_cmake.sh 3.29 .3
6765
6866 # boost
6967 boost_version=" 1.84.0"
You can’t perform that action at this time.
0 commit comments