From 5d026320fbfd17c8a0cea7754f4cab14dcf1c8ce Mon Sep 17 00:00:00 2001 From: Asuka Date: Sat, 11 Oct 2025 15:19:30 +0800 Subject: [PATCH 1/2] ci: bump xcode to 15.4.0 --- .circleci/config.yml | 2 +- .circleci/osx_install_dependencies.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c7a6b6bd54a..fb0098d52b2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.circleci/osx_install_dependencies.sh b/.circleci/osx_install_dependencies.sh index d868cef1ea3b..e4c34bdd7ed5 100755 --- a/.circleci/osx_install_dependencies.sh +++ b/.circleci/osx_install_dependencies.sh @@ -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 From 0b75bb46830af851a742796e5c6e3020b2bd8725 Mon Sep 17 00:00:00 2001 From: Asuka Date: Sat, 11 Oct 2025 15:20:24 +0800 Subject: [PATCH 2/2] ci: bump cmake to 3.29.3 for 0.8.26 --- .circleci/osx_install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/osx_install_dependencies.sh b/.circleci/osx_install_dependencies.sh index e4c34bdd7ed5..19c50fcceaa3 100755 --- a/.circleci/osx_install_dependencies.sh +++ b/.circleci/osx_install_dependencies.sh @@ -61,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"