-
Notifications
You must be signed in to change notification settings - Fork 72
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
MacOS Builds broke due to -latest
upgrade
#449
Comments
Yes this made me sad to see T_T The build fails because there's no Tcl, and the build output also says there's no SWIG. The weird thing is, though, that these changes were not made to the Ubuntu or Windows images, and also the removal of SWIG and Tcl are not mentioned in the changelog: https://github.com/actions/runner/releases. I guess I'll open a ticket with GitHub. |
SWIG is not mentioned in the list of tools in the macos 13 and 14 image, even if it is in the macos 12 image, FWIW |
macos-latest now builds on an M1, so we downgrade to ensure creation of x86_64 binaries for Mac. Fixes #449.
Thanks for the help! Should be all fixed now. |
Noting this, as I'm currently also looking at it to get #448 working on mac;
The latest working run is this one
The next failing run is this one
Notable is how the runner version changed, plus OS info:
Before:
After:
The text was updated successfully, but these errors were encountered: