avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

MacOS update from 12 to 14 in CI #6047

Closed richtja closed 3 weeks ago

richtja commented 1 month ago

Github is depracating the MacOS 12 runner and it will be removed December 3rd. Let's do the update now to avoid any future trubles.

Reference: https://github.com/actions/runner-images/issues/10721

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 54.48%. Comparing base (d5569ca) to head (ad418d4). Report is 21 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6047 +/- ## ========================================== + Coverage 54.47% 54.48% +0.01% ========================================== Files 202 202 Lines 21874 21874 ========================================== + Hits 11915 11919 +4 + Misses 9959 9955 -4 ```

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