diff --git a/.github/workflows/ci-linux_mac.yml b/.github/workflows/ci-linux_mac.yml index 471be11777e..3b356963507 100644 --- a/.github/workflows/ci-linux_mac.yml +++ b/.github/workflows/ci-linux_mac.yml @@ -147,7 +147,7 @@ jobs: shell: bash env: ASAN_OPTIONS: ${{ inputs.asan && 'detect_leaks=0' || '' }} - LD_PRELOAD: ${{ inputs.asan && '/usr/lib/x86_64-linux-gnu/libasan.so.5' || '' }} + LD_PRELOAD: ${{ inputs.asan && '/usr/lib/x86_64-linux-gnu/libasan.so.6' || '' }} run: | set -e pipefail