quiqr / quiqr-desktop

Hugo CMS and Publishing Application
https://quiqr.org
MIT License
93 stars 3 forks source link

feat: add macos-14 builder for native m1 arm builds #463

Closed josegonzalez closed 6 months ago

josegonzalez commented 6 months ago

See https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ for more details on how macos-14 references arm, and https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners for details on why macos-latest is still intel.

mipmip commented 6 months ago

thanks!