Uh oh!
There was an error while loading. Please reload this page.
Use Qt 6 for macOS workflow - #360
Conversation
usiems
commented
Jul 16, 2026
It seems with this we will have no CI support for macOS anymore. I will approve this merge request, since the old checks simply don't work anymore, but is someone willing to try to get this running again for some macOS version? |
mrbean-bremen
commented
Jul 16, 2026
Ah - I was under the impression that we have macOS builds in the other job, but I was obviously wrong. Instead of removing the job, we can try to change it to use Qt 6.x - that should be supported. I'll try it out... |
57721ed to
5bc1c21Compare- current macOS does no longer support older Qt versions - the GH runners for older macos versions are deprecated and will be removed in a few months
mrbean-bremen
commented
Jul 16, 2026
I've changed the PR to use a current Qt version for testing on macOS. Building it took ages - hopefully this will be improved next time by ccache. |
Uh oh!
There was an error while loading. Please reload this page.
Note that these runners are deprecated and will be removed at some time, so the CI will not work anyway then.
Maybe instead we can just remove these...
Also, at the moment there seem to be no macos-14 runners available - this may be temporary, but they are probably already in the process of being phased out.
Update:
Found this on the runners site:
So it probably makes sense to remove the macos/Qt 5.x workflow right away. I'll update the PR to do that instead of using an older runner.
Edit: Done.