Skip to content

v2.8.2

Latest
Compare
Choose a tag to compare
@CasperWA CasperWA released this 22 Aug 10:12
· 4 commits to main since this release

Changelog

v2.8.2 (2024-08-22)

Full Changelog

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