From 6a85b4354236cc3f4a0e675c040c9e0fbf20b340 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Fri, 19 Mar 2021 14:11:54 -0700 Subject: [PATCH] Try using Clang-11 --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4cd84c2..5b319a7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -21,8 +21,8 @@ jobs: cc: "clang" cxx: "clang++" - os: Ubuntu-20.04 - cc: "clang-10" - cxx: "clang++-10" + cc: "clang-11" + cxx: "clang++-11" - os: Ubuntu-20.04 cc: "gcc-10" cxx: "g++-10"