RSS Parrot

BETA

🦜 actions Archives - The GitHub Blog

@github.blog.changelog.label.actions@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Updates, ideas, and inspiration from GitHub to help developers build and design software.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: github.blog/changelog/label/actions/

Feed URL: github.blog/changelog/label/actions/feed

Posts: 9

Followers: 2

Xcode 27 runner image now in public preview

Published: July 16, 2026 18:00

You can now build and test your Apple applications against Xcode 27 on GitHub-hosted macOS runners. This is now available in public preview. With early access to the latest Xcode… The post Xcode 27 runner image now in public preview appeared first on The…

More control over your GitHub-hosted runners

Published: June 25, 2026 18:16

Organizations now have more control over who can use GitHub-hosted runners in Actions. Admins can now disable the standard labels for hosted runners such as ubuntu-latest, as well as add… The post More control over your GitHub-hosted runners appeared first…

Actions steps can now be run in parallel

Published: June 25, 2026 16:46

GitHub Actions now supports running steps concurrently using background. Previously, all steps in a workflow ran in sequence, with each step starting only after the previous step completed. Previously, you… The post Actions steps can now be run in parallel…