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

Configure matrix for testing against Xcode 14 and 15 #328

Conversation

eliperkins
Copy link
Contributor

While updating Runestone within GitHub for iOS, I noticed that the codebase was updated to require Xcode 15. Our codebase still runs tests against Xcode 14, while we work with Apple on regressions caused in Xcode 15 in CI environments.

This configures Actions to run tests for each variant of Xcode, which should help us catch new additions requiring new versions of Xcode.

Note

The Xcode 14 build will fail for now, until we add compile-time checks for the new APIs that require Xcode 15. I'll do that in a follow-up!

Copy link
Owner

@simonbs simonbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks! 🙏

@simonbs simonbs merged commit 64aecb2 into simonbs:main Nov 30, 2023
2 of 4 checks passed
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.

None yet

2 participants