From ecc9614476a543d0f101cd464e8cccfbc2437f08 Mon Sep 17 00:00:00 2001 From: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:08:08 -0500 Subject: [PATCH] Change lint action to run on BuildJet (#6819) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e2a7853665b201..a4a3718dc909d0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true jobs: lint: - runs-on: ubuntu-latest + runs-on: buildjet-4vcpu-ubuntu-2204 steps: - name: Checkout repo