Skip to content

Commit 3de4190

Browse files
JReinholdCopilot
andcommitted
chore(ci): run copilot setup on windows for probing
Temporarily switch the copilot setup workflow to windows-latest so cloud Copilot runs can validate Windows commands before final CI changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent eccfa39 commit 3de4190

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
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
1919
copilot-setup-steps:
20-
runs-on: ubuntu-latest
20+
runs-on: windows-latest
2121

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

0 commit comments

Comments
 (0)