-
Notifications
You must be signed in to change notification settings - Fork 8
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
Build on macOS 13 in CI #32
Conversation
Looks like Xcode 14.3 broke the build by no longer accepting
Qt 5.14.2 seems to be the first version that patches this (see qt/qtbase@fb6acf0). The upstream Eventually, Mixxx plans to move towards Qt 6 in 2.5, there seem to be some crosscompiling issues, however (see mixxxdj/vcpkg#73) and the CI builds of #33. |
This should fix the issue in #32 for now, thanks to the patch in mixxxdj/vcpkg#70.
2cca40c
to
f4b94aa
Compare
Hopefully this fixes the issue with `hdiutil` during the creation of the disk image. Other projects such as OBS use the same workaround for now. See actions/runner-images#7522
Unfortunately, CI still seems to sporadically fail, likely due to a race condition somewhere between |
Given that GitHub has phased out macOS 11 runners, we have to migrate to a newer macOS version.