Commit 4c1f367
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
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments