From 58cee45d92c85bebec7ced0c4b1093585e02ee28 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 17 Sep 2026 00:45:52 +0000 Subject: [PATCH] ci: Release runs-on ubuntu-24.04 (hosted queue escape) Pin the Release job off the floating ubuntu-latest label so it can land in a separate hosted image pool. OIDC publish permissions are unchanged. Co-authored-by: Zack Jackson --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40e6083..b4ca382 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ concurrency: jobs: release: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 timeout-minutes: 15 steps: - name: Check out the repository