Skip to content

Commit

Permalink
CI/CD - Upgrade to latest agent image in pipeline (#231)
Browse files Browse the repository at this point in the history
Upgrade to latest agent image in pipeline, fix "Ubuntu16 image does not exist" issue.
  • Loading branch information
abuccts committed Oct 21, 2021
1 parent 49cc8f9 commit a030d71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/cpu-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ trigger:
- main
- release/*

pool:
vmImage: ubuntu-latest

container:
image: python:3.7

Expand Down

0 comments on commit a030d71

Please sign in to comment.