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 4d951a5 commit c4f6908Copy full SHA for c4f6908
.github/workflows/copilot-setup-steps.yml
@@ -22,7 +22,7 @@ on:
22
jobs:
23
copilot-setup-steps:
24
name: Setup SqlServerDsc Development Environment
25
- runs-on: windows-latest
+ runs-on: ubuntu-latest
26
27
# Set the permissions to the lowest permissions possible needed for your steps.
28
# Copilot will be given its own token for its operations.
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
### Added
9
10
- Added setup workflow for GitHub Copilot.
11
+ - Switch the worflow to use Linux.
12
13
### Changed
14
0 commit comments