Bump the Linux CI version to Ubuntu 18.04

main
David Chisnall 6 years ago committed by David Chisnall
parent bbf748474c
commit 691c1df6ad

@ -1,8 +1,8 @@
jobs: jobs:
- job: Linux - job: Linux
displayName: Ubuntu-16.04 displayName: Ubuntu-18.04
pool: pool:
vmImage: ubuntu-16.04 vmImage: ubuntu-18.04
strategy: strategy:
matrix: matrix:
Debug: Debug:
@ -13,7 +13,7 @@ jobs:
- checkout: self - checkout: self
submodules: true submodules: true
- script: | - 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 update
sudo apt-get install -y ninja-build sudo apt-get install -y ninja-build
sudo apt-get install -y clang-8 sudo apt-get install -y clang-8

Loading…
Cancel
Save