-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
FIX / Workflow: Fix Mac-OS CI issues #1680
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
Thanks for investigating and fixing this issue. Good to merge from my side once CI is green and the print statement is removed.
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.
Thanks for fixing!
We switched to MacOS 12 in huggingface#1680 because latest MacOS was moved to use the ARM Macs, which were not provided for Python 3.8 and 3.9. This should have been fixed by now. Of course, this means that CI no longer checks Intel Macs, but I think ARM Macs will be more relevant for most users.
This reverts commit 3d9529d.
cc @pacman100 @BenjaminBossan
Freeze the mac-os to
mac-os-12
temporarly, see: actions/setup-python#850