Are there any github actions examples that build artifacts on the various mac versions to be able to use in a homebrew tap? I’m working on a CLI thing that would be cool to have people install without needing to install crystal if they don’t have it so pre-building the binary is necessary, but also I’m not sure if the homebrew main project would accept it.
It’s got building with notarization and code-signing for macOS. Could probably expand it to do different OS version targeting by setting MACOSX_DEPLOYMENT_TARGET in the environment.