Use Ubuntu 18.04 in release job

Fixes #3521
This commit is contained in:
Daniel Imms
2021-10-21 11:43:20 -07:00
parent afe19e96fe
commit b876639429
+1 -1
View File
@@ -147,7 +147,7 @@ jobs:
- Windows_IntegrationTests
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['FORCE_RELEASE'], 'true')))
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- task: NodeTool@0
inputs: