-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More support for macOS #7
Conversation
Thanks for the PR! Only the latest version of Go needs to be supported, if it makes things easier. |
Thank you for your quick response! I could not understand why CI was failing. I hope this update will solve the problem... |
I'm sorry, I didn't know that macos-14-large needs to payment. |
I updated the CI configuration in the main branch to use the latest versions, then rebased this branch. |
I wasn't aware of the macos-14-large payment either. Thanks for the work on this PR. 👍 |
it needs payment
Merged, thanks! Unfortunately, I see now that I gave the commit a bit inaccurate description. I can mention the correct thing in the changelog / next release. |
Thank you for the great tool!!
Currently:
macos-latest
is macOS 14 Arm64, ref: actions/runner-images#available-image)This PR allows testing on x86 and adds arm64 releases.
I have tested this on both x84 and arm64.