-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add mac platform to CI #590
Add mac platform to CI #590
Conversation
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #590 +/- ##
============================================
+ Coverage 84.32% 84.51% +0.19%
- Complexity 1039 1054 +15
============================================
Files 148 149 +1
Lines 4222 4301 +79
Branches 373 382 +9
============================================
+ Hits 3560 3635 +75
- Misses 488 489 +1
- Partials 174 177 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
- name: Install dependencies on macos | ||
if: startsWith(matrix.os, 'macos') | ||
run: | | ||
brew reinstall gcc |
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.
is this guaranteed that 'brew' is pre-installed on macos machines?
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.
Yes, atleast on all github hosted runners with macOS
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 good, thank you.
Signed-off-by: Naveen Tatikonda <navtat@amazon.com> Signed-off-by: Naveen Tatikonda <navtat@amazon.com> (cherry picked from commit 5bb7a3f)
Signed-off-by: Naveen Tatikonda navtat@amazon.com
Description
Add macos platform to CI
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.