Skip to content

Commit 046ca42

Browse files
committed
CI: modernize macos builds to macos-15
macos-15 support was announced few months ago: github/roadmap#986
1 parent e3f8fea commit 046ca42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def main(ref_name):
233233
if "haproxy-" in ref_name:
234234
os = "macos-13" # stable branch
235235
else:
236-
os = "macos-14" # development branch
236+
os = "macos-15" # development branch
237237

238238
TARGET = "osx"
239239
for CC in ["clang"]:

0 commit comments

Comments
 (0)