From e003fd4c15534b7a501c8eeee2be8fef029ad811 Mon Sep 17 00:00:00 2001 From: AZero13 Date: Sat, 27 Dec 2025 01:31:57 -0500 Subject: [PATCH] Update Xcode to 26.2 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 62d882653a..04218fc410 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: build_macos: description: Configure, build and package sudo (macOS) macos: - xcode: 26.1.0 # indicate our selected version of Xcode + xcode: 26.2.0 # indicate our selected version of Xcode steps: - checkout - run: @@ -74,7 +74,7 @@ jobs: test_macos: description: run sudo tests in a pre-built workspace (macOS) macos: - xcode: 26.1.0 # indicate our selected version of Xcode + xcode: 26.2.0 # indicate our selected version of Xcode steps: # Reuse the workspace from the build job - attach_workspace: