GitHub Actions runner breaking changes announced

To whom it may concern,

GitHub announced breaking changes to their runner fleet in this post: Notice of upcoming deprecations and breaking changes in GitHub Actions runners - GitHub Changelog

Summary:

  • Deprecation of macos-12, upgrade MacOS runners to macos-14
  • No more arm64 Ubuntu images, use Arm-supplied images
  • People using upload-artifact actions should check, that they don’t rely on auto-inclusion of hidden files / folders
1 Like

GitHub announced some breaking changes to their GitHub Actions services: Notice of upcoming deprecations and changes in GitHub Actions services - GitHub Changelog

Summary:

  • Reduced Webhook rate limit in GitHub Actions to 1250 incoming requests per 10 seconds
  • GitHub Action actions/cache will drop V1 & V2, use V3 or V4

Thanks, I will make PRs for the macos change.

1 Like

@vaeng can you self-merge like fix: update macOs workflow by vaeng · Pull Request #298 · exercism/ballerina · GitHub?

1 Like

GitHub announced more breaking changes to their GitHub Actions services: