From 476adfeec67b0924b918c3f550f165e85d762bbc Mon Sep 17 00:00:00 2001 From: Tatiana Ian Date: Wed, 28 Jan 2026 11:06:09 +0200 Subject: [PATCH] fix macos executors --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1af3ba81..50b3608d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ workflows: jobs: - macos-job: name: SPM - xcode: "14.1.0" # Required for using binary frameworks with SPM + xcode: "14.3.1" # Required for using binary frameworks with SPM spm: true - macos-job: name: Carthage @@ -31,7 +31,7 @@ jobs: parameters: xcode: type: string - default: "14.1.0" + default: "14.3.1" cocoapods: type: boolean default: false