-
-
Notifications
You must be signed in to change notification settings - Fork 131
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: use macos-12 instead of macos-latest in CI #2020
Conversation
this user suggests getting rid of the setup-python action, in favor of manually installing python and pip (though i'd suggest |
We would have to separate |
because of the refactor required and my optimism 808 will be resolved, I want to stick to having macos in the matrix and using setup-pyhon... but will wait until for more thoughts before merging this. |
you could get rid of setup-python entirely with a step like this (not saying this is the way to go, just an option, maybe if the action keeps giving you problems):
|
eventually would also add windows here. |
it feels like we are re-inventing wha setup-python is supposed to do... setup-python should be fixed, that seems like fixing it in the right spot. edit: we can adjust to @wakamex 's workaround after further discussion. For now, am going with this. |
What I did
The following issue seems to block python3.8-3.9 for macos arm: actions/setup-python#808
NOTE: Anticipating things may still fail because of gacts/install-geth action
How I did it
How to verify it
Checklist