panjf2000 / ants

🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
https://ants.andypan.me/
MIT License
12.69k stars 1.36k forks source link

ci: replace macos-latest with macos-12 for go1.13 #326

Closed panjf2000 closed 2 months ago

panjf2000 commented 2 months ago

Updates:

There is an uncanny issue arising when downloading go modules on macOS 13 for Go1.13. So we use macOS 12 for now.


Starting macOS 14 GitHub Actions runners are arm-based but Go didn't support arm64 until 1.16, which will result in some CI failure after the macos-latest had been migrated from macOS 12 to 14. Thus, we must replace the macOS 14 runner with the macOS 13 runner for Go 1.13.

Check out https://github.com/actions/runner-images/issues/9741 for more details.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 91.30%. Comparing base (0d650f5) to head (0221043).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #326 +/- ## ======================================= Coverage 91.30% 91.30% ======================================= Files 11 11 Lines 759 759 ======================================= Hits 693 693 Misses 45 45 Partials 21 21 ``` | [Flag](https://app.codecov.io/gh/panjf2000/ants/pull/326/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan) | Coverage Ξ” | | |---|---|---| | [unittests](https://app.codecov.io/gh/panjf2000/ants/pull/326/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan) | `91.30% <ΓΈ> (ΓΈ)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Andy+Pan#carryforward-flags-in-the-pull-request-comment) to find out more.

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