From 7a8688000a7aca8284041da838b14147f678c6e7 Mon Sep 17 00:00:00 2001 From: Dan Moseley Date: Fri, 30 May 2025 20:12:12 -0600 Subject: [PATCH] new runner pool --- .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 adb670c8009dbf..91edd82f2a3fc0 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -7,7 +7,7 @@ jobs: # The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot. # See https://docs.github.com/en/copilot/customizing-copilot/customizing-the-development-environment-for-copilot-coding-agent copilot-setup-steps: - runs-on: ubuntu-latest + runs-on: 8-core-ubuntu-latest permissions: contents: read