The stable version of Xcode 14.3.1 that Apple released last week has slightly different build version than the RC (14E300c
vs 14E300b
.) I noticed this difference because one of my workflows writes the version and build number of the Xcode installed on CI environment into a file and commits it to my repository.
Although I’ve not encountered any actual problems caused by the difference so far, I’m wondering if there is any plan for it to be updated. I couldn’t determine the update policy between RC and stable versions after reading CircleCI Xcode Image Release, Update and Deprecation Policy - CircleCI.
Thanks!