Release
• 1 minute read

Updates to GitHub Actions (limited public beta)

Summary

GitHub Actions now supports built-in CI/CD. Build and test your code in parallel with hosted runners for Linux, macOS, and Windows. And new live logs display your workflow in realtime.…

GitHub Actions now supports built-in CI/CD. Build and test your code in parallel with hosted runners for Linux, macOS, and Windows. And new live logs display your workflow in realtime. You can write Actions in JavaScript or create container Actions, so they work on every type of runner.

Learn more and sign up for the beta

Back to top