-
Notifications
You must be signed in to change notification settings - Fork 247
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
chore(actions): xcodes ios 18 fix #5134
Conversation
@@ -3,7 +3,7 @@ description: Launches an iOS simulator and caches it for further action runs | |||
inputs: | |||
ios-version: | |||
description: The iOS version | |||
default: "latest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have to change this back to latest once ios 18 releases? if so, should we put a todo in there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessarily. It's likely that we will have to completely revise our entire process in order to download iOS18 runtimes. I can add a todo to reflect that.
Description of changes:
ios-version: latest
toios-version: "17.5"
when trying to download the iOS simulator runtime. This is due the breaking change Apple introduced with iOS 18. The cli tool we usexcodes
does not support iOS 18. This can revisited when the community finds a reliable way to download iOS 18 runtimes.pnpm
setup action version to 4.0.0pnpm
version to 9.5By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.