Skip to content
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

Merged
merged 9 commits into from
Jul 12, 2024
Merged

chore(actions): xcodes ios 18 fix #5134

merged 9 commits into from
Jul 12, 2024

Conversation

Equartey
Copy link
Member

@Equartey Equartey commented Jul 10, 2024

Description of changes:

  • Changes ios-version: latest to ios-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 use xcodes does not support iOS 18. This can revisited when the community finds a reliable way to download iOS 18 runtimes.
  • Updates pnpm setup action version to 4.0.0
  • Update pnpm version to 9.5

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Equartey Equartey marked this pull request as ready for review July 11, 2024 16:05
@Equartey Equartey requested a review from a team as a code owner July 11, 2024 16:05
Jordan-Nelson
Jordan-Nelson previously approved these changes Jul 11, 2024
@@ -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"
Copy link
Member

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?

Copy link
Member Author

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.

@Equartey Equartey merged commit 9baed9c into main Jul 12, 2024
20 checks passed
@Equartey Equartey deleted the chore/ci-ios-simulator branch July 12, 2024 20:04
Equartey added a commit that referenced this pull request Jul 17, 2024
Equartey added a commit that referenced this pull request Jul 17, 2024
Equartey added a commit that referenced this pull request Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants