From 8469c349c8c7f0f91e246c7f28e284b77c4d7686 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 Dec 2023 18:59:30 -0500 Subject: [PATCH] Test if newer Ubuntu version available in CI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d6611c47..ef3fa8971 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,8 @@ strategy: imageName: 'ubuntu-latest' toolchainName: gcc9 buildTargetName: minimal - linux_jammy_clang_all: - imageName: 'ubuntu-22.04' + linux_mantic_clang_all: + imageName: 'ubuntu-23.10' toolchainName: clang buildTargetName: all linux_jammy_gcc9_all: