Conversation
|
Thanks @bguo068 -- given that this PR is meant to address an architecture-specific issue, we also need the CI to be updated to run on the relevant architecture prior to any merging. |
Thanks for the comment @molpopgen . I am kind of new with GitHub Actions. Any suggestions on which of the workflow yaml files to look at? I am thinking about adding some item in the "matrix". |
workflows/tests.yml is the most important one. In theory you should just be able to add the right OS label to the os matrix. (You may have to update the matrix in a few places?) |
3e1d43a to
c0365e7
Compare
|
I added the |
|
@bguo068 -- thanks for this. Would you mind editing the commit message to use conventional syntax? Something like:
This way changes will get into the correct part of the change log for the next release. |
|
Just did that. Thanks for sharing the link. It is a great reference. |
I wish I'd discovered conventional commits years ago! They are a bit limiting, but sometimes that can be a good thing. It is certainly nice to have your change log auto-generated. |
Fix #803