diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a2bfd4545..c835885a9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: jobs: - job: CG pool: - vmImage: 'ubuntu-latest' + vmImage: 'pool-ubuntu-2004' steps: - task: ComponentGovernanceComponentDetection@0 diff --git a/pr-pipelines.yml b/pr-pipelines.yml index a5d26e0ce..7c33a216e 100644 --- a/pr-pipelines.yml +++ b/pr-pipelines.yml @@ -134,7 +134,7 @@ pr: - dev pool: - vmImage: 'ubuntu-20.04' + vmImage: 'pool-ubuntu-2004' jobs: - job: CreateResourceGroups diff --git a/release-pipelines.yml b/release-pipelines.yml index 1232d0a2c..4c0d9fcba 100644 --- a/release-pipelines.yml +++ b/release-pipelines.yml @@ -11,7 +11,7 @@ trigger: pr: none pool: - vmImage: 'ubuntu-latest' + vmImage: 'pool-ubuntu-2004' steps: - script: |