From 4d8734808005325972c9ef6c4487a4adeebdd426 Mon Sep 17 00:00:00 2001 From: Andy O'Neill Date: Mon, 14 Aug 2023 09:06:16 -0400 Subject: [PATCH] ci: update xcode version --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67ce4b4..4e26ee1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,9 +30,8 @@ aliases: jobs: build_for_macos: macos: - # CircleCI's Xcode 11.7.0 image is the last of their images to be based on macOS 10.15 - # CircleCI no longer supports macOS 10.14, and Xcode 12 on macOS 10.15 has been removed as well - xcode: 11.7.0 + # See https://circleci.com/docs/using-macos/#supported-xcode-versions for CircleCI's supported Xcode versions + xcode: 12.5.1 resource_class: macos.x86.medium.gen2 # "medium" has been deprecated steps: - node/install: