From ed8e8b935435a352c78fc15e10a46912138f3e8d Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:26:16 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d446f55b7..3f7ce6623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,21 @@ jobs: clang-runtime: '11' coverity: true + - name: ubu20-gcc9-runtime9 + os: ubuntu-20.04 + compiler: gcc-9 + clang-runtime: '9' + + - name: ubu20-clang8-runtime9 + os: ubuntu-20.04 + compiler: clang-8 + clang-runtime: '9' + + - name: ubu20-clang9-runtime9 + os: ubuntu-20.04 + compiler: clang-9 + clang-runtime: '9' + - name: ubu20-gcc7-runtime10 os: ubuntu-20.04 compiler: gcc-7