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 macos runners #1040

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Conversation

crflynn
Copy link
Contributor

@crflynn crflynn commented Apr 25, 2024

Pull Request Checklist

Description of PR
actions/runner-images#9770
With macos-latest moving from macos-12 to macos-14, there are fewer available python versions.

This PR pins the previous macos-latest runner to macos-12 and adds entries for python 3.11 and 3.12 available on macos-14.

Also, it looks like the required status checks need to be updated.

Signed-off-by: crflynn <flynn@simplebet.io>
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.8%. Comparing base (d553546) to head (cd92543).
Report is 43 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1040     +/-   ##
=======================================
+ Coverage   81.7%   81.8%   +0.1%     
=======================================
  Files         54      56      +2     
  Lines       4208    4228     +20     
  Branches     889     892      +3     
=======================================
+ Hits        3439    3461     +22     
+ Misses       574     571      -3     
- Partials     195     196      +1     

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

@samj1912 samj1912 added semver:patch A change requiring a patch version bump type:task A general task labels Apr 25, 2024
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
@samj1912
Copy link
Collaborator

@crflynn Thanks for the fix. I'm going to limit it to Python 3.11 for now. Will add 3.12 in another PR along with Linux.

@samj1912 samj1912 merged commit ce5f71f into argoproj-labs:main Apr 25, 2024
20 checks passed
@flaviuvadan
Copy link
Collaborator

Thank you @crflynn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants