Skip to content

Commit

Permalink
ci: Bump minimum Xcode to 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Mar 26, 2024
1 parent 7bd7596 commit 53b9143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ executors:
macos:
resource_class: macos.x86.medium.gen2
macos:
xcode: 15.0.0
xcode: 15.3.0
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 4
macos-m1:
resource_class: macos.m1.large.gen1
macos:
xcode: 15.0.0
xcode: 15.3.0
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 8
macos-xcode-min:
resource_class: macos.x86.medium.gen2
macos:
xcode: 14.3.1
xcode: 15.0.0
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 4

Expand Down
1 change: 1 addition & 0 deletions cmake/Hunter/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

set(HUNTER_CONFIGURATION_TYPES Release CACHE STRING "Build type of Hunter packages")
set(HUNTER_USE_CACHE_SERVERS NO CACHE STRING "Download binaries from Hunter cache servers")

include(HunterGate)

Expand Down

0 comments on commit 53b9143

Please sign in to comment.