From ae0eb57bc3edf264ce2b2356e69f7d17af70af65 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Tue, 4 Feb 2025 08:55:50 -0800 Subject: [PATCH] Update [ghstack-poisoned] --- .github/workflows/pull.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 2254eadcde7..2c55f3bcfea 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -208,7 +208,7 @@ jobs: strategy: fail-fast: false with: - runner: linux.24xlarge + runner: linux.48xlarge docker-image: executorch-ubuntu-22.04-clang12 submodules: 'true' ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} @@ -531,7 +531,7 @@ jobs: strategy: fail-fast: false with: - runner: linux.24xlarge + runner: linux.48xlarge docker-image: executorch-ubuntu-22.04-clang12 submodules: 'true' ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}