The current implementation uses the GitHub API to fetch the list of Konjure releases; since apparently all macOS runners share a single IP address, they get rate limited when trying to make this call.
Specifying an exact version works around this issue.
It may be necessary to optionally accept an authorization token so macOS runners can resolve semantic version ranges against the list of releases.