microsoft / appcenter

Central repository for App Center open source resources and planning.
https://appcenter.ms
Creative Commons Attribution 4.0 International
1.01k stars 223 forks source link

Upgrade React Native Android build runners to macOS 12 #2612

Open effektsvk opened 9 months ago

effektsvk commented 9 months ago

Hello, I'd like to ask if it's possible to upgrade build runners for React Native (specifically Android) to at least macOS 12.

We are using ImageMagick in our builds to annotate app icons. But recently, brew stopped shipping prebuilt binary for ghostscript (ImageMagick dependency) and GitHub also removed ImageMagick from its runner images. That means we need to compile ghostscript on every build which results in a failed build every time, because it times out after 60 minutes.

Would it be possible to bump the macOS version, please?

DiazD commented 9 months ago

Facing the same isssue w/ our build, have you found any work arounds @effektsvk ?

effektsvk commented 9 months ago

@DiazD, unfortunately not, I rewrote the script to use sharp. You could possibly somehow build the ghostscript manually and install it, but it's probably easier to refactor your script 😅