From ee5cab977fc297b721260dfd1621500d6463481d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 9 Aug 2023 13:54:16 -0600 Subject: [PATCH] Update Xcode version from 13.2.1 to 13.4.1. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70b5137a5..b67211505 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,7 +70,7 @@ jobs: test_macos: description: run sudo tests in a pre-built workspace (macOS) macos: - xcode: 13.2.1 # indicate our selected version of Xcode + xcode: 13.4.1 # indicate our selected version of Xcode steps: # Reuse the workspace from the build job - attach_workspace: