mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00: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:
@@ -129,7 +129,7 @@ namespace GitHub.Runner.Worker
|
||||
|
||||
// Check OS warning
|
||||
var osWarningChecker = HostContext.GetService<IOSWarningChecker>();
|
||||
await osWarningChecker.CheckOSAsync(context, message.OSWarnings);
|
||||
await osWarningChecker.CheckOSAsync(context);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user