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:
parent
50cf89ad5c
commit
8a1aabb133
|
@ -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"]:
|
||||
|
|
Loading…
Reference in New Issue