From a88dc9fc313e153194a97443e710f501bdd4c6c4 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Thu, 22 Dec 2022 13:42:24 +0100 Subject: [PATCH] fix --- .github/workflows/slow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/slow.yml b/.github/workflows/slow.yml index d2fc0493..ecf4b041 100644 --- a/.github/workflows/slow.yml +++ b/.github/workflows/slow.yml @@ -89,7 +89,7 @@ jobs: cd libs/histogram ../../b2 $B2_OPTS toolset=gcc-10 cxxstd=20 cxxflags="-O3 -funsafe-math-optimizations" test//all examples - clang10: + clang14: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -107,4 +107,4 @@ jobs: - name: Test cxxstd=17 ubsan asan run: | cd libs/histogram - ../../b2 $B2_OPTS toolset=clang-10 cxxstd=17 variant=histogram_ubasan test//all + ../../b2 $B2_OPTS toolset=clang-14 cxxstd=17 variant=histogram_ubasan test//all