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 c860dca commit ded0476Copy full SHA for ded0476
.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: windows-latest
+ runs-on: ubuntu-latest
10
11
# Set the permissions to the lowest permissions possible needed for your steps.
12
# Copilot will be given its own token for its operations.
0 commit comments