CI: modernize macos builds to macos-15

macos-15 support was announced few months ago: https://github.com/github/roadmap/issues/986
This commit is contained in:
Ilya Shipitsin 2024-10-17 23:02:41 +02:00 committed by William Lallemand
parent 50cf89ad5c
commit 8a1aabb133
1 changed files with 1 additions and 1 deletions

2
.github/matrix.py vendored
View File

@ -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"]: