maxim-lobanov / setup-xcode

Set up your GitHub Actions workflow with a specific version of Xcode
MIT License
280 stars 28 forks source link

Latest-stable points to Xcode Beta 14.1 #58

Closed gusenico closed 1 year ago

gusenico commented 1 year ago

Hi! Currently latest-stable is pointing to Xcode 14.1 RC:

Run maxim-lobanov/setup-xcode@v1.1
Switching Xcode to version 'latest-stable'...
Xcode is set to '14.1.0'

This is still marked as beta on macOS readme: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode

Version Build Path
14.1 (beta) 14B5033e /Applications/Xcode_14.1.app
14.0.1 (default) 14A400 /Applications/Xcode_14.0.1.app
14.0 14A309 /Applications/Xcode_14.0.app
maxim-lobanov commented 1 year ago

Hi @gusenico , Xcode 14.1 RC (14B47) was released on 18 Oct 2022 (Link). And looks like GitHub Actions team is deploying the new image with Xcode 14.1 RC right now: https://github.com/actions/runner-images/pull/6439

Usually, they update docs when deployment is finished (it can take 1-2 days to update all VMs).

gusenico commented 1 year ago

Thanks for the fast response! It's sad to realize that Github Actions images can sometimes release something faster than Apple officially does, but I guess you don't have any other way to tell beta from non-beta.