From 3afafaeeba5bda1b7104bf9067eb4b979d4ff643 Mon Sep 17 00:00:00 2001 From: Sven Trittler <45872415+trittsv@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:06:08 +0100 Subject: [PATCH] Fix outdated Mac OS runner --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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