Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 17, 2024
Merged

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

merged 2 commits into from
Jun 17, 2024

Conversation

panjf2000
Copy link
Owner

@panjf2000 panjf2000 commented Jun 17, 2024

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 actions/runner-images#9741 for more details.

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           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 Coverage Δ
unittests 91.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@panjf2000 panjf2000 changed the title ci: replace macos-latest with macos-13 for go1.13 ci: replace macos-latest with macos-12 for go1.13 Jun 17, 2024
@panjf2000 panjf2000 merged commit b2374d5 into dev Jun 17, 2024
10 of 11 checks passed
@panjf2000 panjf2000 deleted the macos-x86 branch June 17, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant