nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.6k stars 316 forks source link

CI/macOS: Update to macOS 12 runner for Homebrew build jobs #655

Closed guihkx closed 7 months ago

guihkx commented 7 months ago

macOS 11 isn't officially supported by Homebrew anymore, which means they have stopped distributing Qt binaries for that version.

This made some of our macOS jobs to timeout in the "Install Qt" step, because Qt was being built from source...

Please note that this change will not have any impact on macOS users, since we distribute official binaries from Qt, not from Homebrew.

Closes #654

nuttyartist commented 7 months ago

Awesome job again, @guihkx. Thanks.