From 7c46a3907bd8f02e1b993ff3b08b3d8e90c7a362 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 18 Mar 2024 15:19:13 +0100 Subject: [PATCH] exclude an issue with the last clang --- .github/workflows/sanitizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 930cb798db..55edf7ac97 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - compiler: [clang++] + compiler: [clang++-13] id_type: ["std::uint32_t", "std::uint64_t"] cxx_std: [cxx_std_17, cxx_std_20]