-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
test: Enable mt.exe on macOS with Wine 9.0 #104
test: Enable mt.exe on macOS with Wine 9.0 #104
Conversation
That's good news, thanks!
This is weird - as Wine itself isn't shipped as part of the runner install, but we install it from brew, I wouldn't expect that the runner version itself should matter. Or does it depend on how old brew package listing cache there is in the base install? Can we do something like |
e5faeb9
to
57ed631
Compare
Yes, |
Thanks, this looks good to me. I testran |
FWIW, the It's reproducible with something as little as It's not clear to me if this is a generic homebrew issue (I don't see any reports about the same in homebrew), or if it is caused by something else installed on the github actions runners, that conflicts with homebrew's python when it tries to update it. It does seem to happen with both |
I can somewhat work around this, by installing software in two stages; first |
mt.exe no longer crashes on macOS with Wine 9.0.
macOS-12 runner image version 20240119 has updated to Wine 9.0.
https://github.com/huangqinjin/msvc-wine/actions/runs/7583317817/job/20752571482
Let's wait until most runners have been upgraded.