Skip to content

Commit 811fa36

Browse files
committed
Try fix
1 parent 685e6ba commit 811fa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
UBSAN_OPTIONS: log_path=${{ github.workspace }}/sanitize.log print_suppressions=0 print_stacktrace=1 print_summary=1 halt_on_error=1
1212
ASAN_OPTIONS: log_path=${{ github.workspace }}/sanitize.log print_suppressions=0 abort_on_error=1
1313
LSAN_OPTIONS: log_path=${{ github.workspace }}/sanitize.log print_suppressions=0 suppressions=${{ github.workspace }}/ci_scripts/suppressions/lsan.supp
14-
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-14
14+
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-18
1515
EXTRA_REGRESS_OPTS: "--temp-config=${{ github.workspace }}/test_postgresql.conf"
1616
PGCTLTIMEOUT: 120
1717

0 commit comments

Comments
 (0)