Skip to content

Commit 4c1f367

Browse files
djs55claude
andcommitted
Update CircleCI to use Xcode 14.3.1 with m4pro.medium resource class
Fix CircleCI build failure caused by incompatible Xcode/resource class combination. The previous configuration used Xcode 14.0.0 which is not compatible with the new default m4pro.medium resource class. Changes: - Update Xcode from 14.0.0 to 14.3.1 (latest Xcode 14.x version) - Explicitly specify resource_class: m4pro.medium - This combination is supported per CircleCI's compatibility matrix Xcode 14.0.0 only supports older M1/M2 resource classes which are being deprecated in February 2026. Xcode 14.3.1 is compatible with the newer M4 Pro resource classes and will be supported long-term. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]> Signed-off-by: David Scott <[email protected]>
1 parent 5ab2004 commit 4c1f367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ version: 2
22
jobs:
33
build:
44
macos:
5-
xcode: "14.0.0"
5+
xcode: "14.3.1"
6+
resource_class: m4pro.medium
67
environment:
78
OPAMYES: "1"
89
OPAMJOBS: "2"

0 commit comments

Comments
 (0)