From 0f92f9ef90693fe6fb8f4fa6b821e40af1c67f7c Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 Dec 2023 19:10:26 -0500 Subject: [PATCH] try Ubuntu 23.04 in the CI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ef3fa8971..f4a394b28 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,8 @@ strategy: imageName: 'ubuntu-latest' toolchainName: gcc9 buildTargetName: minimal - linux_mantic_clang_all: - imageName: 'ubuntu-23.10' + linux_lunar_clang_all: + imageName: 'ubuntu-23.04' toolchainName: clang buildTargetName: all linux_jammy_gcc9_all: