maxim-lobanov / setup-xcode

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

Xcode 14.3 Update and Usage #66

Closed jayvenn closed 1 year ago

jayvenn commented 1 year ago

With only the latest supported Xcode version 14.2 (GitHub runner image): https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md

Is it possible to use Xcode 14.3, and how for that case?

References: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md

image1 image2
maxim-lobanov commented 1 year ago

Hi @jayvenn , unfortunately, it is not possible. This action only helps to select Xcode versions pre-installed on image. Installing Xcode on-flight is not supported because it would be take hours.

Xcode 14.3 was released on 30 Mar and it is still not added to image. From the release notes I see Xcode 14.3 requires a Mac running macOS Ventura 13.0 or later.. I guess it is the reason why it is still not added to GItHub Actions images.

They only support macOS 11 and 12 right now and adding macOS 13 is tracked in this issue: https://github.com/actions/runner-images/issues/6426

As soon as macOS 13 image is added with Xcode 14.3, this action will start working properly for it.