From f4382b92fe8392842fe0970b9881fd7b0b5339c8 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 11 Jun 2026 17:10:13 -0700 Subject: [PATCH] fixup: use large runner in publish to make include-output-paths faster --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c78bfeca64c..0d8be34129b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: - success if: (!github.repository.fork && (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) || startsWith(github.ref, 'refs/tags/'))) environment: ${{ github.event_name == 'release' && 'production' || '' }} - runs-on: ubuntu-latest + runs-on: UbuntuLatest32Cores128G permissions: contents: write id-token: write