aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 30492eacdd..487ad31e66 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -274,10 +274,10 @@ jobs:
cc: gcc
pool: ubuntu-latest
- jobname: linux-asan
- cc: gcc
+ cc: clang
pool: ubuntu-latest
- jobname: linux-ubsan
- cc: gcc
+ cc: clang
pool: ubuntu-latest
env:
CC: ${{matrix.vector.cc}}