From 252f9650c94a10c26871057f8a2253bd080dd362 Mon Sep 17 00:00:00 2001 From: Marc Campbell Date: Mon, 29 Sep 2025 19:02:49 -0700 Subject: [PATCH] larger runner for release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f37126a..0657f51f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ concurrency: jobs: goreleaser: - runs-on: ubuntu-latest + runs-on: troubleshoot-release steps: - name: Checkout uses: actions/checkout@v5