diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 12124beb..6c8e9129 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -92,13 +92,13 @@ strategy: cxx: g++-12 type_lib: off topic_discovery: off - 'macOS 12 with Clang 13 (Debug, x86_64)': - image: macOS-12 + 'macOS 14 with Clang 15 (Debug, x86_64)': + image: macOS-14 sanitizer: address cc: clang cxx: clang++ - 'macOS 12 with Clang 13 (Release, x86_64)': - image: macOS-12 + 'macOS 14 with Clang 15 (Release, x86_64)': + image: macOS-14 build_type: Release sanitizer: address,undefined cc: clang