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