From 6af257d8a0b2bc95720f33cae94a27c19113727c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 26 Mar 2024 10:45:06 +0100 Subject: [PATCH] ci: Bump minimum Xcode to 15.0.0 --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index a64db74402..c2ee667745 100644 --- a/circle.yml +++ b/circle.yml @@ -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