-
Notifications
You must be signed in to change notification settings - Fork 48
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: Test on macOS 11.0 Big Sur #522
Conversation
CI is successful on the first try, ready for review, tagging a few mac users @lrapetti @CarlottaSartore . |
@traversaro I am not anymore a mac user, I switched to Ubuntu :) |
Good to know, thanks! |
FYI, brew is not happy with the default Xcode on I had to change it with this command: sudo xcode-select -s /Applications/Xcode_12.3.app/Contents/Developer You can check which versions are installed running ls -n /Applications/ | grep Xcode* (see also https://gist.github.com/fabianfett/fd811d7921eb856bb100c5c15565077f) |
Why even without that fix, the CI on Big Sur is working fine? |
I think that you are either not using brew, or perhaps all the formulas use bottles? For reference, the output of the
You can probably exploit this also to test different Xcode versions... |
The error I had seems to appear when I install YCM which does not have a corresponding bottle... |
I think this is it. |
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.
LGTM
See actions/runner-images#1814 for more details on the environment.