mirror of
https://github.com/actions/runner.git
synced 2026-01-09 04:06:00 +08:00
.NET 8 OS compatibility test (#3422)
* Revert "Warn for soon to be deprecated OS versions (#3413)"
This reverts commit ae04147f96.
* Add .NET 8 OS compatibility test
* feedback
This commit is contained in:
@@ -102,7 +102,6 @@ namespace GitHub.Runner.Common.Tests.Worker
|
||||
testName, null, null, null, new Dictionary<string, VariableValue>(), new List<MaskHint>(), new Pipelines.JobResources(), new Pipelines.ContextData.DictionaryContextData(), new Pipelines.WorkspaceOptions(), new List<Pipelines.ActionStep>(), null, null, null,
|
||||
new ActionsEnvironmentReference("staging"),
|
||||
null,
|
||||
null,
|
||||
messageType: messageType);
|
||||
message.Variables[Constants.Variables.System.Culture] = "en-US";
|
||||
message.Resources.Endpoints.Add(new ServiceEndpoint()
|
||||
|
||||
Reference in New Issue
Block a user