From 5ed4721ef7adc4e37cd6e9f35a938b090d586cb5 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 16 Sep 2026 22:16:59 +0000 Subject: [PATCH] ci: run Release on windows-latest to escape macos queue macos-latest Release run 35153837559 stayed queued with no runner pickup. Flip runs-on only; timeout and steps stay as they are. 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 66d633b..c20266a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ concurrency: jobs: release: - runs-on: macos-latest + runs-on: windows-latest timeout-minutes: 15 steps: - name: Check out the repository