Github action for memcheck on macos and windows using ctest?
To incorporate static code analysis into my github CI workflow, for completeness I would like to perform memory checking for both macos and windows. In principle, and I could very well be wrong, I would think it would be enough to perform memory checking using valgrind on ubuntu-latest, and if there are no memory leaks there, I would think the same would apply for windows and macos. Though suppose I did want to perform memory checking using