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

Update to latest Core #3585

Merged
merged 6 commits into from
Apr 26, 2024
Merged

Update to latest Core #3585

merged 6 commits into from
Apr 26, 2024

Conversation

nirinchev
Copy link
Member

@nirinchev nirinchev commented Apr 25, 2024

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

  • Changelog entry
  • Tests

@cla-bot cla-bot bot added the cla: yes label Apr 25, 2024
@nirinchev nirinchev requested a review from papafe April 25, 2024 11:56
@nirinchev nirinchev requested a review from tgoyne April 25, 2024 11:56
@nirinchev nirinchev added no-changelog Used to skip the changelog check no-jira-ticket Skip checking the PR title for Jira reference labels Apr 25, 2024
Copy link

coveralls-official bot commented Apr 25, 2024

Pull Request Test Coverage Report for Build 8849535744

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 80.102%

Totals Coverage Status
Change from base Build 8786144995: 0.1%
Covered Lines: 6714
Relevant Lines: 8231

💛 - Coveralls

Copy link
Contributor

@papafe papafe left a 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
Copy link
Contributor

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?

Copy link
Member Author

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.

@nirinchev nirinchev merged commit 2122b58 into main Apr 26, 2024
80 of 82 checks passed
@nirinchev nirinchev deleted the ni/new-core-2 branch April 26, 2024 15:34
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes no-changelog Used to skip the changelog check no-jira-ticket Skip checking the PR title for Jira reference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants