-
Notifications
You must be signed in to change notification settings - Fork 54
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: add macos-14 #394
CI: add macos-14 #394
Conversation
This is very strange what is going on with the Looking through the logs I've noticed the following based on e.g. the
|
For some reason (I guess this is the future), Apple ARM seems to be the default configuration on To fix this, we have to adapt the build pipeline to handle the slightly different environment on Apple ARM, including the different default install path of homebrew packages. However, supporting and testing builds on Apple ARM has been on the wishlist for a while. Free runners are available now, so this seems the right time to do it. I believe to remember that we started to gather information on what changes to the build scripts may be required?! |
Without really expecting it to work, I tried And it seems to have worked without warnings! This is without Intersense but it should be with libmysofa. |
Same old, same old. The path of ssr/.github/workflows/main.yml Lines 101 to 105 in c51ef4b
Here, I assume, is where the problem arises that makes the |
But didn't we change that in the opposite direction in #381? I tried using |
Yes, you're right. I didn't remember, but the outlined advantages, i.e. the force link does not need to be reverted after building, seem helpful for DIY builders. Although, maybe the EDIT: |
See also #384.