From 40f046c7aaf22af7e265efb52ea68f37195c4516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20S=C4=83vulescu?= Date: Sun, 14 Aug 2022 14:57:00 +0200 Subject: [PATCH] CI: bump to Ubuntu 20.04 (#905) --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4d04b50f64..d430513328 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,10 +74,10 @@ stages: NEURON_BRANCH: $[stageDependencies.fetch_config.github.outputs['prdesc.NEURON_BRANCH']] CORENEURON_BRANCH: $[stageDependencies.fetch_config.github.outputs['prdesc.CORENEURON_BRANCH']] jobs: - - job: 'ubuntu1804' + - job: 'ubuntu2004' pool: - vmImage: 'ubuntu-18.04' - displayName: 'Ubuntu (18.04), GCC 8.4' + vmImage: 'ubuntu-20.04' + displayName: 'Ubuntu (20.04), GCC 8.4' steps: - checkout: self submodules: False @@ -241,7 +241,7 @@ stages: - job: 'manylinux_wheels' timeoutInMinutes: 45 pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' strategy: matrix: ${{ if eq(variables.buildWheel, True) }}: