diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 9b968bd..3e8e53a 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -22,8 +22,8 @@ jobs: os: [ubuntu-latest] arch: [x86_64] mode: [release, debug] - compiler: [clang, gcc] - sanitizer: [address, undefined] # thread removed due to bugs + compiler: [gcc] # disabled clang because of openmp linking issues + sanitizer: [address, undefined] # thread removed due to false positives steps: - name: Checkout repository