Skip to content

Commit 187df9e

Browse files
committed
Update job images to 18.04
1 parent f77dcc4 commit 187df9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pr: ["master"]
1212
jobs:
1313
- job: DockerLinuxTier1
1414
pool:
15-
vmImage: ubuntu-16.04
15+
vmImage: ubuntu-18.04
1616
steps:
1717
- template: azure-install-rust.yml
1818
- bash: LIBC_CI=1 sh ./ci/run-docker.sh $TARGET
@@ -27,7 +27,7 @@ jobs:
2727
- job: DockerLinuxTier2
2828
#dependsOn: DockerLinuxTier1
2929
pool:
30-
vmImage: ubuntu-16.04
30+
vmImage: ubuntu-18.04
3131
steps:
3232
- template: azure-install-rust.yml
3333
- bash: LIBC_CI=1 sh ./ci/run-docker.sh $TARGET

0 commit comments

Comments
 (0)