From 607774367ac7ebd5caa72d03436b11ac468ab9a6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 13 Aug 2022 10:08:39 -0400 Subject: [PATCH] CI warning caused by deprecation of ubuntu-18.04 there [warning]The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002 --- azure-pipelines.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 584a218f0..a90258d0f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ strategy: matrix: - linux_focal_gcc9_minimal: - imageName: 'ubuntu-20.04' + linux_latest_gcc9_minimal: + imageName: 'ubuntu-latest' toolchainName: gcc9 buildTargetName: minimal linux_focal_clang_all: @@ -20,10 +20,6 @@ strategy: imageName: 'ubuntu-22.04' toolchainName: gcc11 buildTargetName: all - linux_bionic_gcc7_all: - imageName: 'ubuntu-18.04' - toolchainName: gcc7 - buildTargetName: all macOS_latest_clang_all: imageName: 'macOS-latest' toolchainName: clang