summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-31 20:24:42 +0300
committerTom Rini <trini@konsulko.com>2021-11-12 03:02:44 +0300
commit38a9840d98d6d57de86d71f1022e4d278dbfa712 (patch)
tree7109ddb79d916ef636b277c7ce0eafc3b6a9a15e
parent7e713067eef3f713b989416df0dfd061b087ac0f (diff)
downloadu-boot-38a9840d98d6d57de86d71f1022e4d278dbfa712.tar.xz
Azure: Move to windows-2019
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 <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index b3794a956e..41b34ea7de 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -1,5 +1,5 @@
variables:
- windows_vm: vs2017-win2016
+ windows_vm: windows-2019
ubuntu_vm: ubuntu-18.04
macos_vm: macOS-10.15
ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20210921-05Oct2021