diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5272633..58069c3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: strategy: matrix: linux: - imageName: 'ubuntu-16.04' + imageName: 'ubuntu-latest' pool: vmImage: $(imageName)