-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 macos x86 version prompts for a bad CPU type. #235
Comments
You are right thank you for letting me know! |
There is some odd thing with the x86 runner I can't use it lmao. |
Will there be any problems if change the x86 compilation platform to macos-13? |
I am unsure I'll have to test it |
Thank you for your work. |
Yes, I will remove it for now until I get it sorted. |
If you have finished testing, you can close the issue at any time. |
It seems like EDIT: I am actually just dumb af |
@0x7a7a can you confirm the x86 build works for you? https://github.com/MordechaiHadad/bob/actions/runs/10791225725/attempts/1 |
Sure, I tested it and it works. |
I checked the
.github
, and found that macos' x86 platform compilation usesmacos-lastest
.Currently
macos-latest
defaults to the arm64, not x86, can you confirm?Relevant information:
https://github.com/actions/runner-images#available-images
actions/runner-images#9741
https://www.reddit.com/r/github/comments/1cjiat4/is_github_actions_macoslatest_now_only_armbased/
The text was updated successfully, but these errors were encountered: