-
Notifications
You must be signed in to change notification settings - Fork 14
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
Updating CI to new get-tested
version (v0.1.7.0)
#191
Conversation
I've set the
|
Previously I had only updated the version of the action itself
4faa93e
to
4edeb32
Compare
Probably not a big surprise, but the Apple Silicon macOS runner doesn't play nicely with GHC 8; it complains about the version of LLVM. When run just with GHC 9.6 and 9.8, it works fine and the library builds without issues. After testing that, I have reverted back to the |
de3871e
to
99e7c0c
Compare
Edit: fixed (by invalidating the ill cache). |
@all-contributors please add @DavidMazarro for code |
I've put up a pull request to add @DavidMazarro! 🎉 |
I opened this issue Kleidukos/get-tested#32 in the
get-tested
repo with a feature request to support setting the specific version of the OS runner we want to run; prior to the v0.1.7.0 version, the runners were all set to*-latest
. Thanks to @Kleidukos' work, this is now supported in the most recent v0.1.7.0 version ofget-tested
. This PR changes our workflow to this new version of the action.