-
Notifications
You must be signed in to change notification settings - Fork 165
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
Update to latest Core #3585
Update to latest Core #3585
Conversation
Pull Request Test Coverage Report for Build 8849535744Details
💛 - Coveralls |
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 reasonable
@@ -7,7 +7,7 @@ name: test-ios | |||
_: #@ template.replace(testDefinition()) | |||
jobs: | |||
test-xamarin: | |||
runs-on: macos-latest | |||
runs-on: macos-12 |
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.
Shouldn't we this and the others to 13?
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.
13 doesn't have the xamarin tooling. We could manually install it, but I'd rather just use 12 while possible and then either deprecate Xamarin or add a step to manually install at that point.
Description
The GHA workflow changes are related to macos-14 recently becoming macos-latest, which broke our assumptions about the architecture.
This depends on realm/realm-core#7632 - once it's merged, we should retarget master.
TODO