Skip to content

Commit 8a1aabb

Browse files
chipitsinewlallemand
authored andcommitted
CI: modernize macos builds to macos-15
macos-15 support was announced few months ago: github/roadmap#986
1 parent 50cf89a commit 8a1aabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)