We neglected to update MAINTAINERS when we deleted .gitlab-ci.d/cirrus/macos-14.vars, and when we added .gitlab-ci.d/macos*. Update it now.
Fixes: 984b192bdf (ci: drop cirrus MacOS build, 2026-05-26) Fixes: 7684e78132 (gitlab: add initial MacOS 15 on gitlab runner, 2026-05-26) Cc: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> Message-ID: <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index dd691ddbd3..dc5f7564b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -694,7 +694,7 @@ F: scripts/nsis.py Darwin (macOS, iOS) M: Philippe Mathieu-Daudé <[email protected]> S: Odd Fixes -F: .gitlab-ci.d/cirrus/macos-* +F: .gitlab-ci.d/macos* F: */*.m F: scripts/entitlement.sh -- 2.54.0
