Skip to content

Commit 0c4e9c6

Browse files
authored
Merge pull request #4347 from silamon/deprecatedubuntu
Switch to Ubuntu 20.04
2 parents de2b62e + c2504fa commit 0c4e9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- job: Linux_IntegrationTests
8484
pool:
85-
vmImage: 'ubuntu-18.04'
85+
vmImage: 'ubuntu-20.04'
8686
steps:
8787
- script: |
8888
# source: https://github.com/microsoft/playwright/issues/1041
@@ -151,7 +151,7 @@ jobs:
151151
- Windows_IntegrationTests
152152
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['FORCE_RELEASE'], 'true')))
153153
pool:
154-
vmImage: 'ubuntu-18.04'
154+
vmImage: 'ubuntu-20.04'
155155
steps:
156156
- task: NodeTool@0
157157
inputs:

0 commit comments

Comments
 (0)