-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support tvOS, visionOS and macOS platform examples #17
Conversation
Not sure why the visionOS UI tests are not running here. The log doesn't really give a clue. |
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.
Thank you for adding all the additional support, amazing!
Have we ever managed to run visionOS UI tests on GitHub Mac runners? Seems like that is an issue here(?). |
@Supereg I think the issue we are encountering is related to this one: actions/runner-images#8144 (comment). I remember that I once moved some builds to our hosted runners because the GitHub Runner performance was so slow. Might be worth to move all of them to GitHub runners now that the macOS 14 runners are all ARM runners. Regarding visionOS: If actions/runner-images#8144 (comment) indeed solves our problem we might want to add an additional "Setup Task" script argument to our XcodeBuild Reusable Workflow that could perform stuff like this (or any other escape hatches) before running any build? Or we just put visionOS as a custom command and run xcodebuild ourselves ... |
This might be related to the issue we are having here: actions/runner-images#9511 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 4 4
=========================================
Hits 4 4
Continue to review full report in Codecov by Sentry.
|
# Test GitHub Action Runners with Xcode 15.4 ## ♻️ Current situation & Problem - We currently rely on our own runners as shown in #17 and had build errors as also documented in actions/runner-images#9511 (comment) ## ⚙️ Release Notes - Switch to GitHub-hosted runners and explore the situation after some Xcode updates. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
Support tvOS, visionOS and macOS platform examples
♻️ Current situation & Problem
This PR adds tvOS, visionOS and macOS to the CI setup and project configuration to demonstrate a holistic setup.
⚙️ Release Notes
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: