From 0ee9f4e8f62281c19ca9223f0f62ca208117b0c9 Mon Sep 17 00:00:00 2001 From: Milek7 Date: Wed, 3 Nov 2021 22:55:03 +0100 Subject: [PATCH] update azure pipelines config to ubuntu 18.04 --- azure-pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 033f0e29..6a76d1d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,13 +22,12 @@ jobs: artifactName: shaders displayName: 'Publish shaders' - - job: ubuntu1604 + - job: ubuntu1804 pool: - vmImage: 'Ubuntu-16.04' - displayName: 'Ubuntu 16.04 x86-64' + vmImage: 'Ubuntu-18.04' + displayName: 'Ubuntu 18.04 x86-64' steps: - script: | - sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update -y sudo apt-get install -y libglfw3-dev python2.7-dev libpng16-dev libopenal-dev libluajit-5.1-dev libserialport-dev libsndfile1-dev sudo apt-get install -y gcc-8 g++-8