Release
• 1 minute read

GitHub Actions: New runner release v2.169.1

Summary

We have released a new version of the GitHub Actions runner. Features Better telemetry and tracing for self-hosted runners (#405) Workaround some SIP limitations in macOS (#416) Support for custom…

We have released a new version of the GitHub Actions runner.

Features

  • Better telemetry and tracing for self-hosted runners (#405)
  • Workaround some SIP limitations in macOS (#416)
  • Support for custom labels (#414, #425)
  • Support the pre execution section in action.yml (#389)

Bugs

  • ArgumentNullException: Value cannot be null, for anonymous volume mounts (#426)

Learn more about GitHub Actions self-hosted runners

For questions please visit the GitHub Actions community forum

Back to top