-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
[CI] [macOS] Fix CI with new GitHub runners #91074
Conversation
New `macos-latest` run on an arm64 image instead of x86_64 breaking the editor workflow.
fbdb8a1
to
836845f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will fix our problems today, but it still leaves work to handle switching between two versions of macos builders.
Thanks! |
Thank you! |
Indeed, chose this approach partially because it wasn't guaranteed for the |
It should be able to do something like But the best is probably to build both |
Good points, will see if I can test some stuff for that Will actually see if I can use |
New
macos-latest
run on an arm64 image instead of x86_64 breaking the editor workflow.See, for example, my own fork:
https://github.com/AThousandShips/godot/actions/runs/8804685495/job/24165878085
This seems to be rolled out piecemeal so currently the main repo hasn't been affected, but I've seen other cases
Picked
macos-12
as it's been what's been run on the main repo in my checking