Skip to content

Commit

Permalink
try older xcode 13.4.1 instead of 14.3.1 (original 7.3.1 used 12.5.1 …
Browse files Browse the repository at this point in the history
…which is no longer available via circle)
  • Loading branch information
matthewvon committed Jan 22, 2025
1 parent 6b53b82 commit 60f1125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ executors:
jobs:
build-macos:
macos:
xcode: 14.3.1
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
environment:
ROCKSDB_DISABLE_JEMALLOC: 1 # jemalloc cause env_test hang, disable it for now
Expand All @@ -186,7 +186,7 @@ jobs:

build-macos-cmake:
macos:
xcode: 14.3.1
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
parameters:
run_even_tests:
Expand Down Expand Up @@ -625,7 +625,7 @@ jobs:

build-macos-java:
macos:
xcode: 14.3.1
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
environment:
JAVA_HOME: /Library/Java/JavaVirtualMachines/liberica-jdk-8.jdk/Contents/Home
Expand All @@ -649,7 +649,7 @@ jobs:

build-macos-java-static:
macos:
xcode: 14.3.1
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
environment:
JAVA_HOME: /Library/Java/JavaVirtualMachines/liberica-jdk-8.jdk/Contents/Home
Expand All @@ -673,7 +673,7 @@ jobs:

build-macos-java-static-universal:
macos:
xcode: 14.3.1
xcode: 13.4.1
resource_class: macos.m1.medium.gen1
environment:
JAVA_HOME: /Library/Java/JavaVirtualMachines/liberica-jdk-8.jdk/Contents/Home
Expand Down

0 comments on commit 60f1125

Please sign in to comment.