Ubuntu 18.04 deprecation

This commit is contained in:
Simon Lamon
2022-12-23 17:37:26 +01:00
committed by GitHub
parent 5a2bf6d039
commit c2504fa669
+2 -2
View File
@@ -82,7 +82,7 @@ jobs:
- job: Linux_IntegrationTests
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- script: |
# source: https://github.com/microsoft/playwright/issues/1041
@@ -151,7 +151,7 @@ jobs:
- Windows_IntegrationTests
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['FORCE_RELEASE'], 'true')))
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- task: NodeTool@0
inputs: