Skip to content
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

Remove arch from CI jobs and update actions #464

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Remove arch from CI jobs and update actions #464

merged 2 commits into from
Oct 9, 2024

Conversation

Sbozzolo
Copy link
Member

@Sbozzolo Sbozzolo commented Oct 9, 2024

Specifying arch forces the macOS runner to run in emulation mode (the correct arch is aarch64), making it much slower than it needs to be.

In the process, I also updated some actions and added dependabot to keep them updated

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (12e8b0a) to head (17687b5).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #464   +/-   ##
=======================================
  Coverage   96.98%   96.98%           
=======================================
  Files          41       41           
  Lines        1559     1559           
=======================================
  Hits         1512     1512           
  Misses         47       47           
Components Coverage Δ
src 98.76% <ø> (ø)
ext 69.79% <ø> (ø)

@trontrytel
Copy link
Member

Thank you!

Specifying arch forces the macOS runner to run in emulation mode (the correct
arch is aarch64), making it much slower than it needs to be.

In the process, I also updated some actions and added dependabot to keep them updated
@trontrytel trontrytel merged commit 4aad44e into main Oct 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants