From af2a8861bbfb79f4f11bc9a111775ef9e0c40937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pedro=20Bol=C3=ADvar=20Puente?= Date: Mon, 16 Sep 2024 13:28:43 +0200 Subject: [PATCH] This is the oldest Clang available now on nixpkgs --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 944dbc47..f7be081d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: compiler: gcc9 opts: ['coverage'] - type: Debug - compiler: clang_10 + compiler: clang_12 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2