Thank you for this cool project, it made life a lot easier!
However, have you ever tried to successfully build a project that uses menuet on GitHub's CI? I have tried and failed using GoReleaser on ubuntu-latest, on macos-latest, and a manual build on macos-latest. The jobs fail with the same error every time:
I successfully built the same code on a MacBook running the latest macOS and had no issue (apart from the few warnings in regard of macOS API deprecation).
Do you have an idea why these builds on GitHub fail?
Hey there,
Thank you for this cool project, it made life a lot easier!
However, have you ever tried to successfully build a project that uses menuet on GitHub's CI? I have tried and failed using GoReleaser on ubuntu-latest, on macos-latest, and a manual build on macos-latest. The jobs fail with the same error every time:
I successfully built the same code on a MacBook running the latest macOS and had no issue (apart from the few warnings in regard of macOS API deprecation).
Do you have an idea why these builds on GitHub fail?
Thank you!