drawpile / Drawpile

A collaborative drawing program
http://drawpile.net/
GNU General Public License v3.0
1.01k stars 129 forks source link

macOS build broken on GitHub Actions #1300

Closed askmeaboutlo0m closed 2 months ago

askmeaboutlo0m commented 2 months ago

The latest XCode update destroyed building Qt5 on macOS. The builds are currently disabled.

We either have to pull in a patch for Qt5 that fixes this issue or (preferably) switch the macOS builds to use Qt6 instead, which should already work as-is.

While we're at it, we could also enable building for Apple Silicon. In Actions, the macos-13 runner builds Intel, macos-14 builds Apple Silicon.