ThePacielloGroup / CCAe

The Colour Contrast Analyser (CCA) helps you determine the legibility of text and the contrast of visual elements, such as graphical controls and visual indicators.
http://www.paciellogroup.com/resources/contrastanalyser/
GNU General Public License v3.0
475 stars 106 forks source link

Provide a native Mac ARM (M#) build (or a universal build) #284

Closed gtritchie closed 1 year ago

gtritchie commented 1 year ago

Is your feature request related to a problem? Please describe. The current Mac download is Intel-only. It will run on an M1 Mac via Rosetta, but it is slower to start.

screenshot of activity monitor showing Intel processes

Describe the solution you'd like Either provide a single universal build that runs natively on Intel and ARM Macs or provide two downloads (Intel and ARM).

Describe alternatives you've considered I cloned and built the repo on my M1 Mac. That gave me an M1 build which starts up more quickly.

Screenshot of Activity Monitor showing Apple version of CCAe running

Additional context None

ferllings commented 1 year ago

Thanks, I'll have a look at the github builder, to see if I can build on arm64.

Note for myself: https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow#using-default-labels-to-route-jobs

ferllings commented 1 year ago

Duplicate of #248