From 94ea93a48dd137900f3102bdc7f26b3f5a11a4df Mon Sep 17 00:00:00 2001 From: Teemu Ollakka Date: Wed, 29 Mar 2023 18:14:43 +0300 Subject: [PATCH] Add clang-13 into build matrix --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83864e7..7306018 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,6 +118,14 @@ jobs: CC: clang version: "12" type: Release + - os: ubuntu-22.04 + CC: clang + version: "13" + type: Debug + - os: ubuntu-22.04 + CC: clang + version: "13" + type: Release steps: - name: Checkout repository