Remove dotnet8 compatibility test. (#3502)

This commit is contained in:
Tingluo Huang
2024-10-16 12:41:41 -04:00
committed by GitHub
parent af8dee51e1
commit 4a99838fa2
10 changed files with 0 additions and 238 deletions

View File

@@ -127,10 +127,6 @@ namespace GitHub.Runner.Worker
}
}
// Check OS warning
var osWarningChecker = HostContext.GetService<IOSWarningChecker>();
await osWarningChecker.CheckOSAsync(context);
try
{
var tokenPermissions = jobContext.Global.Variables.Get("system.github.token.permissions") ?? "";