briansmith / ring

Safe, fast, small crypto using Rust
Other
3.68k stars 693 forks source link

CI: Use free macos-14 runners for aarch64-apple-* targets. #1940

Closed briansmith closed 6 months ago

briansmith commented 6 months ago

This allows contributors to run the full CI without having to buy GitHub credits. Previously contributors' CI jobs for these targets would fail if they didn't have GitHub Actions credits to spend on macos-13-xlarge runners.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2b1689f) 96.21% compared to head (e85a5f5) 96.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1940 +/- ## ======================================= Coverage 96.21% 96.22% ======================================= Files 135 135 Lines 20550 20550 Branches 226 226 ======================================= + Hits 19773 19774 +1 Misses 742 742 + Partials 35 34 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.