From b10b23e9f02b451ddb0b8f5ec5c34f7e6004f813 Mon Sep 17 00:00:00 2001 From: mhucka Date: Thu, 22 Jan 2026 22:40:08 +0000 Subject: [PATCH] Use larger runners --- .github/workflows/ci-nightly-build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-nightly-build-test.yaml b/.github/workflows/ci-nightly-build-test.yaml index 7ef135904..a4746385e 100644 --- a/.github/workflows/ci-nightly-build-test.yaml +++ b/.github/workflows/ci-nightly-build-test.yaml @@ -93,7 +93,7 @@ jobs: if: needs.Decision.outputs.run == 'true' name: Build and test needs: Decision - runs-on: ubuntu-22.04 + runs-on: linux-x86-n2-32 steps: - name: Check out a copy of the TFQ git repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4