From 91653117e51bfbd711f27a1dd06708c2ca639f5b Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Thu, 31 Jul 2025 23:33:35 -0700 Subject: [PATCH] experiment larger runner --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index c9f9ff8872..da8502298d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -14,7 +14,7 @@ on: jobs: # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot. copilot-setup-steps: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-xl # Set the permissions to the lowest permissions possible needed for your steps. # Copilot will be given its own token for its operations.