-
Notifications
You must be signed in to change notification settings - Fork 37
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
The download and upload artifact GitHub actions v2 are deprecated and no longer generating screenshots #575
Comments
#572 resurfaces here, as the action installs |
While |
Using a venv on GH Actions reports cross-architecture issues. Perhaps they use the non-universal Python on GH Action. Need to investigate. |
|
We don't use the |
macOS runners are arm-based, as expected, but the default version of Python is solely arm-based, which is insufficient for building a universal binary.
|
An alternative might be that we isolate to a single architecture for the runner but leave the MAKEFILE to build a universal binary. This might also be a problem for anyone trying to build on a single architecture (non-universal) Python, which speaks for having single-architecture as a default and universal2 if available. See #576. |
EDIT: Depends on #576, see below.
The text was updated successfully, but these errors were encountered: