From 9f452b3e146b67055490c6aeb18c137f46667a3c Mon Sep 17 00:00:00 2001 From: Praneeth Sadda Date: Mon, 30 Sep 2024 21:16:06 -0400 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b30bc23..1ccee01 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: - name: Build uses: threeal/cmake-action@v2 env: - CC: gcc-14 - CXX: g++-14 + CC: clang + CXX: clang - name: Test uses: threeal/ctest-action@v1