The latest Xcode version available on the macOS images according to this page (https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#macos-1015) is Xcode 11.2 beta 2. That version was released over a month ago, and Apple has since released 11.2 GM, 11.2.1 beta, 11.2.1 GM, and 11.3 beta, none of which seem to be available?
I’m wondering if there is any info on the release schedule for Xcode versions? For iOS/macOS developers, this seems to be the perennial issue with any CI provider. I understand it might not get deployed the same day it’s released, but we need to constantly test our apps on the latest versions, and seems like we’re currently lagging a month behind on Xcode releases.
Thanks!