v2.8.2
Changelog
v2.8.2 (2024-08-22)
Support self-hosted runners
The runs-on
key can not be specified via the runner
input, which is available for all callable workflows.
This means one can use the callable workflows with self-hosted runners, for example.
It is worth noting that the workflows are built with Linux/Unix systems in mind, hence specifying windows-latest
may lead to issues with certain workflows. This is also true if the self-hosted runner is not Linux/Unix-based.
Implemented enhancements:
- Support self-hosted runners #279
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator