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

MacOS Builds broke due to -latest upgrade #449

Closed
ShadowJonathan opened this issue May 1, 2024 · 3 comments
Closed

MacOS Builds broke due to -latest upgrade #449

ShadowJonathan opened this issue May 1, 2024 · 3 comments

Comments

@ShadowJonathan
Copy link
Contributor

ShadowJonathan commented May 1, 2024

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:

Current runner version: '2.315.0'
Operating System
  macOS
  12.7.4
  21H1123
Runner Image
  Image: macos-12
  Version: 20240412.2
  Included Software: https://github.com/actions/runner-images/blob/macOS-12/20240412.2/images/macos/macos-12-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/macOS-12%2F20240412.2

After:

Current runner version: '2.316.0'
Operating System
  macOS
  14.4.1
  23E224
Runner Image
  Image: macos-14-arm64
  Version: 20240422.3
  Included Software: https://github.com/actions/runner-images/blob/macos-14-arm64/20240422.3/images/macos/macos-14-arm64-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20240422.3
@garfieldnate
Copy link
Collaborator

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.

@ShadowJonathan
Copy link
Contributor Author

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

garfieldnate added a commit that referenced this issue May 1, 2024
macos-latest now builds on an M1, so we downgrade to ensure creation of x86_64
binaries for Mac.

Fixes #449.
@garfieldnate
Copy link
Collaborator

Thanks for the help! Should be all fixed now.

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

No branches or pull requests

2 participants