An issue I keep running into when using dist is that when I push a tag to cut a release, the release fails because one of the images (most recently Ubuntu 20.04 and Mac OS 13) is no longer available on Github Actions.
Every time I have to investigate what went wrong, update dist, delete the tag and re-apply it. Aside from being annoying, this causes issues with other automation that expects a tag not to change.
Ideally I'd like dist not to pick unavailable runners in the first place, but if it can't then I'd like to know that I need to update dist before I actually cut a release and see it fail.
An issue I keep running into when using
distis that when I push a tag to cut a release, the release fails because one of the images (most recently Ubuntu 20.04 and Mac OS 13) is no longer available on Github Actions.Every time I have to investigate what went wrong, update
dist, delete the tag and re-apply it. Aside from being annoying, this causes issues with other automation that expects a tag not to change.Ideally I'd like
distnot to pick unavailable runners in the first place, but if it can't then I'd like to know that I need to updatedistbefore I actually cut a release and see it fail.