From 1060dd538adb9ddd8cccb0309583d0de296be447 Mon Sep 17 00:00:00 2001 From: Todd Treece <360020+toddtreece@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:27:14 -0500 Subject: [PATCH] CI: Run lint on self-hosted ubuntu-x64-small (#114674) --- .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 077b6e98f8b..47f674eb03d 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-8-cores + runs-on: ubuntu-x64-large-io steps: - uses: actions/checkout@v5 with: