diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f2b3f102f..7c2c38d88c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runner: ubuntu-20.04 os: linux - flavor: tsan - cc: clang-11 + cc: clang-12 runner: ubuntu-20.04 os: linux - cc: clang |