Pin CI to macos-15, since macos-latest is now using macOS 26#2028
Merged
apetrynet merged 1 commit intoJun 23, 2026
Conversation
Github changed `macos-latest` runners to use macOS 26 now, which seems to not be incompatible with our current core library build matrix. Reference: actions/runner-images#14167 Signed-off-by: Tim Lehr <tim.lehr@disneyanimation.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2028 +/- ##
=======================================
Coverage 84.33% 84.33%
=======================================
Files 181 181
Lines 13268 13268
Branches 1214 1214
=======================================
Hits 11189 11189
Misses 1896 1896
Partials 183 183
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
apetrynet
approved these changes
Jun 23, 2026
apetrynet
left a comment
Contributor
There was a problem hiding this comment.
I agree on removing macos-14 in the same PR as it's EOL in a weeks time. Then we won't run into this same issue at that time
LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Github changed
macos-latestrunners to use macOS 26 now, which seems to not be incompatible with our current core library build matrix.Reference: actions/runner-images#14167