From 33b59ae90294f39ed4410d0b5e887ecb31895894 Mon Sep 17 00:00:00 2001 From: Andrea Bueide Date: Wed, 26 Aug 2026 11:32:12 -0500 Subject: [PATCH] ci: use ubuntu-latest-large for Publish E2E CLI Last workflow on master still on the plain ubuntu-latest label - ci.yml, e2e-tests.yml, and release.yml already migrated to ubuntu-latest-large. This job's most recent runs have been stuck queued for 20+ hours, consistent with ubuntu-latest capacity no longer being reliably available to this org while ubuntu-latest-large (Twilio's runners) is. Overlaps with #1296 (open since June, now CONFLICTING/stale against master) for this one file - that PR's ci.yml/e2e-tests.yml/release.yml changes already landed independently, this covers what's left. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/publish-e2e-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-e2e-cli.yml b/.github/workflows/publish-e2e-cli.yml index 2bfa8f862..ee0d7de4c 100644 --- a/.github/workflows/publish-e2e-cli.yml +++ b/.github/workflows/publish-e2e-cli.yml @@ -17,7 +17,7 @@ on: jobs: publish: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-large steps: - name: Checkout SDK uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4