briansmith / ring

Safe, fast, small crypto using Rust
Other
3.69k stars 697 forks source link

CI: Use macos-13-large instead of macos-13-xlarge for aarch64-apple-darwin jobs. #1905

Closed briansmith closed 8 months ago

briansmith commented 8 months ago

Running these jobs cost $111.04 in December.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (a0ce2d3) 96.02% compared to head (3fb1799) 91.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1905 +/- ## ========================================== - Coverage 96.02% 91.58% -4.45% ========================================== Files 136 134 -2 Lines 20776 19684 -1092 Branches 226 226 ========================================== - Hits 19950 18027 -1923 - Misses 792 1623 +831 Partials 34 34 ```

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

briansmith commented 8 months ago

Sadly, only the xlarge runners are ARM64. the large runners are x86-64. So we can't do this.