We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d42d0f1 + 0b75bb4 commit b018bcdCopy full SHA for b018bcd
2 files changed
.circleci/config.yml
@@ -496,7 +496,7 @@ defaults:
496
497
- base_osx: &base_osx
498
macos:
499
- xcode: "15.0.0"
+ xcode: 15.4.0
500
resource_class: macos.m1.medium.gen1
501
environment: &base_osx_env
502
TERM: xterm
.circleci/osx_install_dependencies.sh
@@ -48,8 +48,6 @@ function validate_checksum {
48
49
if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
50
then
51
- brew uninstall temurin17
52
- brew untap homebrew/homebrew-cask-versions
53
brew update
54
brew upgrade
55
# brew install cmake
@@ -63,7 +61,7 @@ then
63
61
64
62
# install historical cmake
65
chmod +x .circleci/install_cmake.sh
66
- .circleci/install_cmake.sh 3.28.3
+ .circleci/install_cmake.sh 3.29.3
67
68
# boost
69
boost_version="1.84.0"
0 commit comments