In the repo GitHub - ralfkonrad/cmake_missing_warning I am describing a situation which I would assume to be a bug:
While the other GitHub runners suppress a Boost deprecation warning correctly due to
target_include_directories(cmake_missing_warning SYSTEM PUBLIC ${Boost_INCLUDE_DIRS})
the macos-15-intel runner does not because the corresponding -isystem [path/to/boost/include] flag is missing.