From 2ef168e6aa6978f3837044ddab7c6f50b5bd48c1 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 17 Sep 2026 01:36:30 +0000 Subject: [PATCH] ci: Release runs-on windows-latest (runner starvation potato) ubuntu-22.04 Release stays queued with runner_id 0. Flip only the Release job label so OIDC publish can leave that pool. Steps 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 758fa53..54d19a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ concurrency: jobs: release: - runs-on: ubuntu-22.04 + runs-on: windows-latest timeout-minutes: 15 steps: - name: Check out the repository