pencil2d / pencil

Pencil2D is an easy, intuitive tool to make 2D hand-drawn animations. Pencil2D is open source and cross-platform.
http://pencil2d.org
GNU General Public License v2.0
1.48k stars 273 forks source link

Fix build server only deploys arm64 macOS binaries #1835

Closed MrStevns closed 6 months ago

MrStevns commented 6 months ago

We do this for now by introducing more mac os runners. This means that we deploy proper arm64 builds now as well as x86_64.

Ideally we would build universal binaries but Homebrew does not support building cross platform, as such we would have to build Qt ourselves in order to support this.

Note: We have to remember to make changes to the website, so we can see both new build types

chchwy commented 6 months ago

Hey @J5lx, is this PR ok to merge?

J5lx commented 6 months ago

I have no objections, but I’m not a macOS user.

chchwy commented 6 months ago

I have no objections, but I’m not a macOS user.

Thanks!