Skip to content

Commit 862ac82

Browse files
authored
switch azure ubuntu image from 16.04 to 20.04 (#1335)
1 parent 2f08db1 commit 862ac82

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
@@ -9,7 +9,7 @@ jobs:
99
- template: ci/azure/posix.yml
1010
parameters:
1111
name: Test_bare_Linux
12-
vmImage: ubuntu-16.04
12+
vmImage: ubuntu-20.04
1313

1414

1515
- template: ci/azure/posix.yml
@@ -21,7 +21,7 @@ jobs:
2121
- template: ci/azure/conda_linux.yml
2222
parameters:
2323
name: Test_conda_linux
24-
vmImage: ubuntu-16.04
24+
vmImage: ubuntu-20.04
2525

2626

2727
- template: ci/azure/conda_windows.yml

0 commit comments

Comments
 (0)