diff --git a/build/Build.CI.GithubActions.cs b/build/Build.CI.GithubActions.cs index 6a0b9b06..06bbe69d 100644 --- a/build/Build.CI.GithubActions.cs +++ b/build/Build.CI.GithubActions.cs @@ -2,20 +2,20 @@ [GitHubActions( "build", - GitHubActionsImage.UbuntuLatest, + GitHubActionsImage.WindowsLatest, On = new[] { GitHubActionsTrigger.Push }, InvokedTargets = new[] { nameof(Compile) } )] [GitHubActions( "pack", - GitHubActionsImage.UbuntuLatest, + GitHubActionsImage.WindowsLatest, On = new[] { GitHubActionsTrigger.WorkflowDispatch }, InvokedTargets = new[] { nameof(Pack) }, FetchDepth = 0 )] [GitHubActions( "publish", - GitHubActionsImage.UbuntuLatest, + GitHubActionsImage.WindowsLatest, On = new[] { GitHubActionsTrigger.WorkflowDispatch }, InvokedTargets = new[] { nameof(Publish) }, FetchDepth = 0