From 1c72a1198a1885da33f0693f9eb3eabc5956f136 Mon Sep 17 00:00:00 2001 From: cocoa-dev006 <93573337+cocoa-dev006@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:18:02 +0900 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines/server/azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines/server/azure-pipelines.yml b/azure-pipelines/server/azure-pipelines.yml index 10f788c17..8d10be321 100644 --- a/azure-pipelines/server/azure-pipelines.yml +++ b/azure-pipelines/server/azure-pipelines.yml @@ -13,11 +13,10 @@ parameters: - name: image displayName: Pool Image type: string - default: windows-2019 + default: windows-2022 values: - windows-latest - windows-2022 - - windows-2019 - ubuntu-latest - ubuntu-20.04 - ubuntu-18.04