From be8076dee8dadaf0959409148bf9449904620f8c Mon Sep 17 00:00:00 2001 From: Todd Treece <360020+toddtreece@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:40:46 -0500 Subject: [PATCH] CI: Run lint on ubuntu-latest-8-cores (#114673) --- .github/workflows/go-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 9a85f521a09..077b6e98f8b 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -57,7 +57,7 @@ jobs: lint-go: needs: detect-changes if: needs.detect-changes.outputs.changed == 'true' - runs-on: ubuntu-latest + runs-on: ubuntu-latest-8-cores steps: - uses: actions/checkout@v5 with: