From 2192d13e9fa7636a5856e867a3c18288a76b44e9 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Wed, 31 Aug 2022 14:42:38 +0800 Subject: [PATCH] Update azure-pipeline.yml --- azure-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline.yml b/azure-pipeline.yml index cadd58b..48505d8 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -17,7 +17,7 @@ jobs: timeoutInMinutes: 20 pool: - vmImage: 'ubuntu-20.04' + name: 'pool-ubuntu-2004' strategy: matrix: Python37: @@ -50,7 +50,7 @@ jobs: - job: BuildPythonWheel condition: succeeded() pool: - vmImage: 'ubuntu-20.04' + name: 'pool-ubuntu-2004' steps: - task: UsePythonVersion@0 displayName: Use Python 3.10