Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ defaults:

- base_osx: &base_osx
macos:
xcode: "15.0.0"
xcode: 15.4.0
resource_class: macos.m1.medium.gen1
environment: &base_osx_env
TERM: xterm
Expand Down
4 changes: 1 addition & 3 deletions .circleci/osx_install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,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 uninstall temurin17
brew untap homebrew/homebrew-cask-versions
brew update
brew upgrade
# brew install cmake
Expand All @@ -63,7 +61,7 @@ then

# install historical cmake
chmod +x .circleci/install_cmake.sh
.circleci/install_cmake.sh 3.28.3
.circleci/install_cmake.sh 3.29.3

# boost
boost_version="1.84.0"
Expand Down