-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(ci): replace deprecated macos-10.15 with macos-11 #4863
Conversation
lets just see if ci still builds. I'm not familiar enough with macos to know if this has any consequences. We don't really have a choice anyways. |
It looks like we hit this cpack bug: mixxx/.github/workflows/build.yml Line 156 in 112bbb4
CMake 3.23 is installed by default: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md We install the minimum version to check our min requirement. |
Yes I just figured that out too. I set it to 3.19 |
macOS CI is green. How can we make sure this does not cause the dreaded performance regressions. Should we just ping our macos-testers team on Zulip? |
e702f7e
to
f305256
Compare
@fwcd can you verify the build? |
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.
I think we have not the chance to not merge this.
Even if we have performance issues we need to solve them on the new build machine.
The macOS build seems to run fine (in my very limited testing). |
e1be4ae
to
d26e495
Compare
Thank you. |
actions/runner-images#5583