-
Notifications
You must be signed in to change notification settings - Fork 443
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
Removed "#if swift(>=5.5)" now that Xcode 13 is supported by CI. #621
Conversation
…ted workflow script.
Removed '.0' from Xcode 13 application pathname.
Revised 'runs-on' property.
Restored '.0' to Xcode 13 pathname.
According to CI info for macOS 11.5 Xcode 13 only support iOS 15. Revised iOS version in workflow script.
It looks like CI is failing because the iPhone model specified in Maybe we could try
|
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.
Looks like you need to upgrade the simulator device. For whatever reason the iPhone 11 Pro Max isn't included in CI's installation of Xcode by default.
Adding @cbaker6 for a second set of eyes. |
According to the github CI info page for macOS 11.5, only iOS 15 is installed for Xcode 13. Also, I had to set the 'runs-on' property to 'macos-11'. It's unclear to me why 'macos-latest' doesn't resolve to 'macos-11', but most of this is new to me. |
Looks like it's working now! Thanks for figuring it out! |
I'm not sure either. Big Sur is the latest release. GitHub may have their own definitions, or it may be a bug. In either case, great work on this PR! |
#619
Updated source and workflow script.