authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-11-07 13:48:38-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-11-07 16:18:42-05:00
loge2a0bea65fb4ce1fe3d3ff41c98d8fb5cead3c9d
treec902f76fa887cc0d8e2c72cfb9d950c2c722caee
parent459a364a33def68dbd46bce0f25bbf41eb4b7d22

ci: bump ubuntu from 16.04 to 18.04


1 files changed, 2 insertions(+), 2 deletions(-)

ci/azure/pipelines.yml+2-2
...@@ -14,7 +14,7 @@ jobs:...@@ -14,7 +14,7 @@ jobs:
14 displayName: 'Build and test'14 displayName: 'Build and test'
15- job: BuildLinux15- job: BuildLinux
16 pool:16 pool:
17 vmImage: 'ubuntu-16.04'17 vmImage: 'ubuntu-18.04'
1818
19 timeoutInMinutes: 36019 timeoutInMinutes: 360
2020
...@@ -53,7 +53,7 @@ jobs:...@@ -53,7 +53,7 @@ jobs:
53 strategy:53 strategy:
54 maxParallel: 154 maxParallel: 1
55 pool:55 pool:
56 vmImage: 'ubuntu-16.04'56 vmImage: 'ubuntu-18.04'
57 variables:57 variables:
58 version: $[ dependencies.BuildLinux.outputs['main.version'] ]58 version: $[ dependencies.BuildLinux.outputs['main.version'] ]
59 steps:59 steps: