ci: use macos-13 on Github Actions as macos-12 will be dropped#1185
Merged
ci: use macos-13 on Github Actions as macos-12 will be dropped#1185
Conversation
|
| Branch | ci/upgrade-macos-version |
| Testbed | ubuntu-22.04 |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result nanoseconds (ns) (Result Δ%) | Lower Boundary nanoseconds (ns) (Limit %) | Upper Boundary nanoseconds (ns) (Limit %) |
|---|---|---|---|---|
| sync-v2 (up to 20000 blocks) | 📈 view plot 🚷 view threshold | 101,399,521,771.76 (-0.34%) | 91,571,153,925.24 (90.31%) | 111,920,299,241.96 (90.60%) |
jansegre
approved these changes
Nov 18, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1185 +/- ##
==========================================
+ Coverage 84.89% 84.93% +0.04%
==========================================
Files 323 323
Lines 24984 24984
Branches 3834 3834
==========================================
+ Hits 21210 21220 +10
+ Misses 3034 3025 -9
+ Partials 740 739 -1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
msbrogli
approved these changes
Nov 18, 2024
5b72f28 to
2d3830d
Compare
Signed-off-by: Luis Helder <luislhl@gmail.com>
2d3830d to
20410ab
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The macos-12 runner will be dropped by Github Actions: actions/runner-images#10721
Acceptance Criteria
Checklist
master, confirm this code is production-ready and can be included in future releases as soon as it gets merged