-
Notifications
You must be signed in to change notification settings - Fork 60
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
Updated workflows to run with updated macOS #1818
Updated workflows to run with updated macOS #1818
Conversation
Updated workflows to run with updated macOS runners
Test Results 7 files 53 suites 4m 19s ⏱️ Results for commit 10cd914. ♻️ This comment has been updated with latest results. |
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.
@spcaipers-arm @soumeh01 In macos-12
the Swig 4.2.1 was installed but in macos-13
unfortunately it's not there anymore, can we install it?
https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
The job build-swig
(macos-13) is failing
Yes, We already extended the action to install SWIG. Open-CMSIS-Pack/devtools-build-action#6 |
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.
@brondani Fixed the issue related to swig installation.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1818 +/- ##
=======================================
Coverage 64.92% 64.92%
=======================================
Files 163 163
Lines 34453 34453
Branches 19975 19975
=======================================
Hits 22367 22367
+ Misses 7913 7895 -18
- Partials 4173 4191 +18
Flags with carried forward coverage won't be shown. Click here to find out more. |
Updated workflows to run with updated macOS runners