diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index e4842605..514110a8 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -62,17 +62,15 @@ jobs: cc-compiler: clang++-18 debug: debug coverage: nocoverage - # This test gives false positives on newer versions of clang - # and ubuntu-18.04 is not supported anymore on github - #- test-group: extra - # os: ubuntu-18.04 - # os-type: ubuntu - # build-type: msan - # compiler-family: clang - # c-compiler: clang-6.0 - # cc-compiler: clang++-6.0 - # debug: debug - # coverage: nocoverage + - test-group: extra + os: ubuntu-latest + os-type: ubuntu + build-type: msan + compiler-family: clang + c-compiler: clang-18 + cc-compiler: clang++-18 + debug: debug + coverage: nocoverage - test-group: extra os: ubuntu-latest os-type: ubuntu