From 0d1be5c50b69f7c9cfe405e2546dd6f59ccec53b Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 Dec 2023 19:23:37 -0500 Subject: [PATCH] put the CI yml back the way it was --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4a394b28..7d6611c47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,8 @@ strategy: imageName: 'ubuntu-latest' toolchainName: gcc9 buildTargetName: minimal - linux_lunar_clang_all: - imageName: 'ubuntu-23.04' + linux_jammy_clang_all: + imageName: 'ubuntu-22.04' toolchainName: clang buildTargetName: all linux_jammy_gcc9_all: