zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit e2a0bea65fb4ce1fe3d3ff41c98d8fb5cead3c9d (tree)
parent 459a364a33def68dbd46bce0f25bbf41eb4b7d22
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu,  7 Nov 2019 13:48:38 -0500

ci: bump ubuntu from 16.04 to 18.04

Diffstat:
Mci/azure/pipelines.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/azure/pipelines.yml b/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: