From 691c1df6addda091e88a2b52604c60aca9a7abf5 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sun, 26 Apr 2020 11:14:55 +0100 Subject: [PATCH] Bump the Linux CI version to Ubuntu 18.04 --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 13940c2..f2bd19c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,8 @@ jobs: - job: Linux - displayName: Ubuntu-16.04 + displayName: Ubuntu-18.04 pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-18.04 strategy: matrix: Debug: @@ -13,7 +13,7 @@ jobs: - checkout: self submodules: true - script: | - sudo add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-8 main" + sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" sudo apt-get update sudo apt-get install -y ninja-build sudo apt-get install -y clang-8