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

Fix broken GitHub Action due to GitHub update #19

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Fix broken GitHub Action due to GitHub update #19

merged 1 commit into from
Apr 24, 2024

Conversation

rly
Copy link
Contributor

@rly rly commented Apr 24, 2024

The error was The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1. GitHub recently updated the macos-latest environment to macos-14-arm64, and Python 3.9 and earlier aren't available there.

Checklist

  • Did you update CHANGELOG.md with your changes?
  • Does the PR clearly describe the problem and the solution?
  • Have you reviewed our Contributing Guide?
  • Does the PR use "Fix #XXX" notation to tell GitHub to close the relevant issue numbered XXX when the PR is merged?

The error was `The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1`. GitHub recently updated the `macos-latest` environment to `macos-14-arm64`, and Python 3.9 and earlier aren't available there.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.87%. Comparing base (7489909) to head (6a1a51f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   82.87%   82.87%           
=======================================
  Files           2        2           
  Lines         146      146           
  Branches       32       32           
=======================================
  Hits          121      121           
  Misses         20       20           
  Partials        5        5           

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

@rly rly merged commit b5923f7 into main Apr 24, 2024
8 checks passed
@rly rly deleted the rly-patch-1 branch April 24, 2024 01:57
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.

2 participants