Skip to content

Commit e734de8

Browse files
committed
ci: bump macos.m1.medium.gen1 with xcode 15.0.0 to macos.m4pro.medium with xcode 15.4.0
1 parent 4baeaa0 commit e734de8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,12 @@ defaults:
514514

515515
- base_osx: &base_osx
516516
macos:
517-
xcode: "15.0.0"
518-
resource_class: macos.m1.medium.gen1
517+
xcode: 15.4.0
518+
resource_class: m4pro.medium
519519
environment: &base_osx_env
520520
TERM: xterm
521-
MAKEFLAGS: -j5
522-
CPUs: 5
521+
MAKEFLAGS: -j8
522+
CPUs: 8
523523

524524
- base_ubuntu_clang: &base_ubuntu_clang
525525
docker:

.circleci/osx_install_dependencies.sh

Lines changed: 0 additions & 2 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

0 commit comments

Comments
 (0)