From 815138ca3edafc5d04e7683b1b14e9e86ce3e73a Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Wed, 20 Sep 2023 09:58:09 -0400 Subject: [PATCH] chore: update xcode to get on latest gen2 macOS executor --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index a5f2648e..af3bbf9c 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,8 @@ orbs: executors: mac: macos: - xcode: "14.0.1" + xcode: "14.3.1" + resource_class: macos.x86.medium.gen2 jobs: mac-test: