The Xcode version in the macos-12-xcode-13 runner is not current:
$ xcodebuild -version
Xcode 13.4
13F17a
While on my laptop with Xcode from the App Store I get:
% xcodebuild -version
Xcode 13.4.1
Build version 13F100
The Gitlab version is unable to build our app. The latest Apple version builds it OK.
Can we get Xcode updated on the shared runner macos-12-xcode-13, or is there a runner that contains the current Xcode?