From ff745d10d02610e89778f8bc7c7de8df3f811426 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Tue, 29 Mar 2022 20:36:26 +0100 Subject: [PATCH] Update Windows CI images as windows-2016 has been deprecated See https://github.com/actions/virtual-environments/issues/5238 --- .azure-pipelines-ci/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines-ci/ci.yaml b/.azure-pipelines-ci/ci.yaml index dd20feeb8..d1bdd9a50 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -28,10 +28,10 @@ stages: vmImage: ubuntu-20.04 mac_Latest: vmImage: macOS-latest - Windows_Server2016_PowerShell_Core: - vmImage: vs2017-win2016 Windows_Server2019_PowerShell_Core: vmImage: windows-2019 + Windows_Server2022_PowerShell_Core: + vmImage: windows-2022 pool: vmImage: $[ variables['vmImage'] ] steps: @@ -39,12 +39,12 @@ stages: - job: strategy: matrix: - Windows_Server2016_PowerShell_5_1: - vmImage: vs2017-win2016 - pwsh: false - Windows_Server2019_PowerShell_5_1: + Windows_Server2019_PowerShell_Core: vmImage: windows-2019 pwsh: false + Windows_Server2022_PowerShell_Core: + vmImage: windows-2022 + pwsh: false pool: vmImage: $[ variables['vmImage'] ] steps: