Improvement
• 1 minute read

GitHub Actions: Logs show virtual environment version

Summary

You can now see which version of our hosted virtual environments your job was executed on. In the Set up job portion of your logs you will now find: Operating…

You can now see which version of our hosted virtual environments your job was executed on. In the Set up job portion of your logs you will now find:

  • Operating system SKU and version
  • Virtual environment version and a link to the included software

log screenshot

For the latest updates about virtual environments, be sure to follow the actions/virtual-environments repository.

New Releases

Improvements

Deprecations

Back to top