Update ci.yml to use MacOS 15 for arm osx jobs#364
Merged
mcbarton merged 3 commits intoDec 5, 2024
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #364 +/- ##
==========================================
+ Coverage 74.55% 76.31% +1.75%
==========================================
Files 8 8
Lines 3211 3137 -74
==========================================
Hits 2394 2394
+ Misses 817 743 -74 |
5c89a3e to
8d03469
Compare
Define ARCHITECHURE=$(uname -m) to pick compiler correctly on osx15 (ci) Install llvm15 to compile CppInterOp on osx15 cling jobs Remove llvm 18 ci osx15 cling job Try cleanup of brew Try switching to Xcode 15.4 osx15 cling ci job Add sudo to Xcode-select ci Update ci.yml Update ci.yml Update ci.yml Update ci.yml Update ci.yml Update ci.yml Debug Debug Update ci.yml Update ci.yml Update ci.yml Update ci.yml
27158e9 to
b829703
Compare
Collaborator
Author
|
@vgvassilev Is this PR still ok? I had to make change to the ci to get the cling job to work on osx 15. |
Contributor
|
I think so. |
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.
This PR updates the ci.yml to use MacOS 15 for the arm osx jobs