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, 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 😅
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 compileghostscript
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?