Skip to content

Commit ded0476

Browse files
authored
Update copilot-setup-steps.yml
1 parent c860dca commit ded0476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: workflow_dispatch
66
jobs:
77
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
88
copilot-setup-steps:
9-
runs-on: windows-latest
9+
runs-on: ubuntu-latest
1010

1111
# Set the permissions to the lowest permissions possible needed for your steps.
1212
# Copilot will be given its own token for its operations.

0 commit comments

Comments
 (0)