use large runners

This commit is contained in:
Peng Lyu
2025-09-19 08:19:11 -07:00
parent 67ed568d37
commit eeca8c6a90

View File

@@ -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-4-cores
runs-on: vscode-large-runners
# Set the permissions to the lowest permissions possible needed for your steps.
# Copilot will be given its own token for its operations.