Commit e2a0bea65f

Andrew Kelley <andrew@ziglang.org>
2019-11-07 19:48:38
ci: bump ubuntu from 16.04 to 18.04
1 parent 459a364
Changed files (1)
ci
ci/azure/pipelines.yml
@@ -14,7 +14,7 @@ jobs:
     displayName: 'Build and test'
 - job: BuildLinux
   pool:
-    vmImage: 'ubuntu-16.04'
+    vmImage: 'ubuntu-18.04'
 
   timeoutInMinutes: 360
 
@@ -53,7 +53,7 @@ jobs:
   strategy:
     maxParallel: 1
   pool:
-    vmImage: 'ubuntu-16.04'
+    vmImage: 'ubuntu-18.04'
   variables:
     version: $[ dependencies.BuildLinux.outputs['main.version'] ]
   steps: