Skip to content

Commit b29a954

Browse files
committed
Change workflow runners to Windows
1 parent 163018c commit b29a954

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Build.CI.GithubActions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
[GitHubActions(
44
"build",
5-
GitHubActionsImage.UbuntuLatest,
5+
GitHubActionsImage.WindowsLatest,
66
On = new[] { GitHubActionsTrigger.Push },
77
InvokedTargets = new[] { nameof(Compile) }
88
)]
99
[GitHubActions(
1010
"pack",
11-
GitHubActionsImage.UbuntuLatest,
11+
GitHubActionsImage.WindowsLatest,
1212
On = new[] { GitHubActionsTrigger.WorkflowDispatch },
1313
InvokedTargets = new[] { nameof(Pack) },
1414
FetchDepth = 0
1515
)]
1616
[GitHubActions(
1717
"publish",
18-
GitHubActionsImage.UbuntuLatest,
18+
GitHubActionsImage.WindowsLatest,
1919
On = new[] { GitHubActionsTrigger.WorkflowDispatch },
2020
InvokedTargets = new[] { nameof(Publish) },
2121
FetchDepth = 0

0 commit comments

Comments
 (0)