From 99b923244c1dae1b40d9ff43d2a176c1c62d5cdb Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sat, 10 Sep 2022 10:25:34 -0500 Subject: [PATCH] No clang 9. --- .github/workflows/build-and-test-linux.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-test-linux.yaml b/.github/workflows/build-and-test-linux.yaml index a0c4075e..28430784 100644 --- a/.github/workflows/build-and-test-linux.yaml +++ b/.github/workflows/build-and-test-linux.yaml @@ -31,6 +31,8 @@ jobs: - os: ubuntu-20.04 compiler: gcc compiler_version: 11 + - compiler: clang + compiler_version: 9 - os: ubuntu-22.04 compiler: clang compiler_version: 10