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

In Github Actions, get building of python wheels working on macos-14 (arm64) #225

Open
Martinsos opened this issue Sep 4, 2024 · 0 comments

Comments

@Martinsos
Copy link
Owner

Martinsos commented Sep 4, 2024

Currently it works for ubuntu22 and for macos13, but if I try to also build wheels on macos-14, I get an error that x86-64 something was expected, but it got arm64. So some part of the wheel building process for some reason expects x86-64 thingy while we generated arm64. Sounds like the fact that we generated arm64 is ok, while the expectation of x86-64 artifacts is what shouldn't be happening, but I am not sure.

I am currently building both x86-64 and universal2 (which work both on x86-64 and arm64) on macos13 so this is not urgent, but still, it would be nice to also be able to build on macos14.

Help is welcome if anybody has good idea what could be the cause here!

Failing Github Action: https://github.com/Martinsos/edlib/actions/runs/10709084188/job/29692891856 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant