This reverts commit
1ab0d0b1167d78bf19661a3b5e533a2b68a57604.
This reverts #117018.
I expect the issue to be fixed based on https://github.com/google/oss-fuzz/pull/11708#issuecomment-
2006442396 and https://github.com/actions/runner-images/issues/9491.
strategy:
fail-fast: false
matrix:
- # sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
- sanitizer: [address, undefined]
+ sanitizer: [address, undefined, memory]
steps:
- name: Build fuzzers (${{ matrix.sanitizer }})
id: build