-
Notifications
You must be signed in to change notification settings - Fork 54
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
chore(ci): add arm64 for macOS #1212
Conversation
3119e22
to
b525cd3
Compare
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.
LGTM
@@ -87,8 +93,8 @@ jobs: | |||
with: | |||
path: nimbledeps | |||
# Using nim.branch as a simple way to differentiate between nimble using the "pkgs" or "pkgs2" directories. | |||
# The change happened on Nimble v0.14.0. | |||
key: nimbledeps-${{ matrix.nim.branch }}-${{ hashFiles('.pinned') }} # hashFiles returns a different value on windows | |||
# The change happened on Nimble v0.14.0. Also forcing the deps to be reinstalled on each os and cpu. |
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.
What changed for this to matter?
7ca18ff
to
00e6584
Compare
00e6584
to
066e5cd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1212 +/- ##
==========================================
- Coverage 84.54% 84.47% -0.07%
==========================================
Files 93 93
Lines 16650 16754 +104
==========================================
+ Hits 14076 14153 +77
- Misses 2574 2601 +27 |
066e5cd
to
033abac
Compare
033abac
to
bc95c31
Compare
This PR adds the macOS 14 GitHub runner that uses the arm64 cpu.