-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 15.4.0 cannot be set #81
Comments
Hi, GitHub runners has Xcode 15.4.0 beta installed. |
The version used is parsed by using PlistBuddy to retrieve CFBundleShortVersionString from the Info.plist from each XCode installation, so manual adjustments aren't really feasible I'm afraid. Given that the table of versions printed upon the failure is capable from separating version from releaseType, would it please be possible to have this action resolve releaseType automatically? |
@maxim-lobanov |
I am not sure that it will work well.
@davidmigloz , You probably want to use just |
Sounds like this could be solved by splitting the releaseType selection into a separate parameter away from a postfix to xcode-version no? So: xcode-version: 15 results in 15.4 while xcode-version: 15 results in 15.3, presuming they're both executed in a runner where 15.4 is marked as beta. |
Recently Xcode 15.4 is available on macos-14-xlarge. However, this action fails to set said version when requested.
See https://github.com/tidal-music/network-time/actions/runs/8920367449/job/24498870117
The text was updated successfully, but these errors were encountered: