File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,15 +119,15 @@ jobs:
119119 make -j$(nproc) test selfcheck CXXOPTS="-Werror -stdlib=libc++ -g3 -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG" LDOPTS="-lc++"
120120
121121 - name : Run AddressSanitizer
122- if : matrix.os == 'ubuntu-24.04'
122+ if : matrix.os == 'ubuntu-24.04' || matrix.os == 'macos-26'
123123 run : |
124124 make clean
125125 make -j$(nproc) test selfcheck CXXOPTS="-Werror -O2 -g3 -fsanitize=address" LDOPTS="-fsanitize=address"
126126 env :
127127 ASAN_OPTIONS : detect_stack_use_after_return=1
128128
129129 - name : Run UndefinedBehaviorSanitizer
130- if : matrix.os == 'ubuntu-24.04'
130+ if : matrix.os == 'ubuntu-24.04' || matrix.os == 'macos-26'
131131 run : |
132132 make clean
133133 make -j$(nproc) test selfcheck CXXOPTS="-Werror -O2 -g3 -fsanitize=undefined -fno-sanitize=signed-integer-overflow" LDOPTS="-fsanitize=undefined -fno-sanitize=signed-integer-overflow"
You can’t perform that action at this time.
0 commit comments