macos-15 support was announced few months ago: https://github.com/github/roadmap/issues/986 --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/matrix.py b/.github/matrix.py index fb467c322..f90bbac4e 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -233,7 +233,7 @@ def main(ref_name): if "haproxy-" in ref_name: os = "macos-13" # stable branch else: - os = "macos-14" # development branch + os = "macos-15" # development branch TARGET = "osx" for CC in ["clang"]: -- 2.47.0