Skip to content

Commit

Permalink
[MINOR] Move to ubuntu-latest for Azure CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothchandar committed Aug 4, 2021
1 parent 5574e09 commit f3c307c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trigger:
- '*' # must quote since "*" is a YAML reserved character; we want a string

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'

variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
Expand Down

0 comments on commit f3c307c

Please sign in to comment.