Skip to content

Commit

Permalink
update CI agent (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhang3 authored Aug 16, 2022
1 parent 57a12f6 commit 1debb84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
jobs:
- job: CG
pool:
vmImage: 'ubuntu-latest'
vmImage: 'pool-ubuntu-2004'

steps:
- task: ComponentGovernanceComponentDetection@0
Expand Down
2 changes: 1 addition & 1 deletion pr-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pr:
- dev

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'pool-ubuntu-2004'

jobs:
- job: CreateResourceGroups
Expand Down
2 changes: 1 addition & 1 deletion release-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
pr: none

pool:
vmImage: 'ubuntu-latest'
vmImage: 'pool-ubuntu-2004'

steps:
- script: |
Expand Down

0 comments on commit 1debb84

Please sign in to comment.