From e896bd3840e1d11c99047232bd61ecd7e3463105 Mon Sep 17 00:00:00 2001 From: Jonas Weich Date: Sun, 5 Nov 2023 22:59:51 +0100 Subject: [PATCH] Remove clang from matrix build (#169) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index be535b3f..c20dc3d2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: [g++, clang++] + compiler: [g++] steps: - uses: actions/checkout@v4