Skip to content

Commit c4f6908

Browse files
authored
Switch copilot workflow to Linux
1 parent 4d951a5 commit c4f6908

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
copilot-setup-steps:
2424
name: Setup SqlServerDsc Development Environment
25-
runs-on: windows-latest
25+
runs-on: ubuntu-latest
2626

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99

1010
- Added setup workflow for GitHub Copilot.
11+
- Switch the worflow to use Linux.
1112

1213
### Changed
1314

0 commit comments

Comments
 (0)