Skip to content

FNA-1289: update GitHub Actions runners to enterprise-approved labels#560

Merged
AndreLars merged 2 commits into
mainfrom
FNA-1289
Jun 30, 2026
Merged

FNA-1289: update GitHub Actions runners to enterprise-approved labels#560
AndreLars merged 2 commits into
mainfrom
FNA-1289

Conversation

@jannoteelem

@jannoteelem jannoteelem commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Jira: https://twilio-engineering.atlassian.net/browse/FNA-1289

Summary

GitHub-hosted runners (ubuntu-latest, windows-latest, macos-latest) are locked down across all Twilio GitHub organizations. Public repos must now use the new enterprise-approved runner labels.

This PR updates both workflow files to use the approved labels:

Before After
ubuntu-latest ubuntu-latest-large
windows-latest windows-latest-large
macos-latest dropped (see below)

macOS: macos-latest-large is not yet available in the enterprise runner group. The macOS matrix entry has been removed temporarily until it is supported.

Context

This is the root cause of queued jobs seen recently, e.g. #559.

Test plan

  • Merge this PR to main
  • Verify the "Merge to main" workflow starts and jobs are picked up by runners (not stuck in queue)
  • Restore macos-latest-large to the matrix once it is available

Replace standard GitHub-hosted runners (blocked by enterprise policy) with
the new approved labels for public repos: ubuntu-latest-large and
windows-latest-large. Drop macos from the matrix until macos-latest-large
is available in the runner group.
@changeset-bot

changeset-bot Bot commented Jun 29, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f6c9936

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@AndreLars AndreLars merged commit c77e26e into main Jun 30, 2026
14 checks passed
@jannoteelem jannoteelem deleted the FNA-1289 branch June 30, 2026 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants