From 884b02596268ec059d248e63ae3d873ea4774d6f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 25 Sep 2023 08:21:43 -0600 Subject: [PATCH] Bump xcode to 14.2.0 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b67211505..18e5f0f7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,7 +56,7 @@ jobs: build_macos: description: Configure, build and package sudo (macOS) macos: - xcode: 13.4.1 # indicate our selected version of Xcode + xcode: 14.2.0 # indicate our selected version of Xcode steps: - checkout - run: @@ -70,7 +70,7 @@ jobs: test_macos: description: run sudo tests in a pre-built workspace (macOS) macos: - xcode: 13.4.1 # indicate our selected version of Xcode + xcode: 14.2.0 # indicate our selected version of Xcode steps: # Reuse the workspace from the build job - attach_workspace: