Skip to content

Commit b018bcd

Browse files
Merge pull request #93 from yanghang8612/fix_ci
Bump xcode to 15.4.0 and cmake to 3.29.3
2 parents d42d0f1 + 0b75bb4 commit b018bcd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.circleci/osx_install_dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ function validate_checksum {
4848

4949
if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
5050
then
51-
brew uninstall temurin17
52-
brew untap homebrew/homebrew-cask-versions
5351
brew update
5452
brew upgrade
5553
# brew install cmake
@@ -63,7 +61,7 @@ then
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"

0 commit comments

Comments
 (0)