Re: [PATCH] Azure: Move to windows-2019

2021-11-12 Thread Tom Rini
On Sun, Oct 31, 2021 at 01:24:42PM -0400, Tom Rini wrote: > As per https://github.com/actions/virtual-environments/issues/4312 the > Windows-2016 environments are scheduled for deprecation and removal in > early 2022. Move to windows-2019 now to avoid this (Visual Studio 2019 > is included here,

Re: [PATCH] Azure: Move to windows-2019

2021-10-31 Thread Bin Meng
On Mon, Nov 1, 2021 at 1:25 AM Tom Rini wrote: > > As per https://github.com/actions/virtual-environments/issues/4312 the > Windows-2016 environments are scheduled for deprecation and removal in > early 2022. Move to windows-2019 now to avoid this (Visual Studio 2019 > is included here, hence the

[PATCH] Azure: Move to windows-2019

2021-10-31 Thread Tom Rini
As per https://github.com/actions/virtual-environments/issues/4312 the Windows-2016 environments are scheduled for deprecation and removal in early 2022. Move to windows-2019 now to avoid this (Visual Studio 2019 is included here, hence the tag naming scheme change). Signed-off-by: Tom Rini ---