We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f08d6b commit faf2696Copy full SHA for faf2696
.github/workflows/copilot-setup-steps.yml
@@ -6,7 +6,7 @@ on: workflow_dispatch
6
jobs:
7
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
8
copilot-setup-steps:
9
- runs-on: ubuntu-latest
+ runs-on: 8-core-ubuntu-latest
10
11
permissions:
12
contents: read
0 commit comments