XCode Cloud Production Builds in XCode 14

I have the latest XCode 14 on my Mac running Ventura preview. I am trying to build and deploy a live production app, essentially an app previously built with XCode 13.4.1 and now on the store. From my knowledge, this was not previously possible on preview versions of Mac OS. So, I'm wondering if now XCode Cloud is able to build this production app in the cloud instead of locally, using the previous XCode version 13.4.1 (GM), but pushing it up with XCode 14 (Beta).

Note: My app is not using any new features that require XCode 14, and builds successfully in 13.4.1 and 14.

Solution added

Accepted Answer

Solution: XCode Cloud does allow builds and app archives from the old XCode Environment (13.4.1), in turn allows users to deploy their prod app builds from Ventura and XCode 14.

XCode Cloud Production Builds in XCode 14
 
 
Q