From f4671fd3ca3185010db6afe329eade93a04f8d0c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 18 Jul 2025 15:56:26 +0200 Subject: [PATCH] Buildbot MacOS: Increase xcode version to 16.3 tested several time on the buildbot, everything seems to be fine. And it allows enabling sanitizer builds for macos. Pull Request: https://projects.blender.org/blender/blender/pulls/141949 --- build_files/config/pipeline_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_files/config/pipeline_config.yaml b/build_files/config/pipeline_config.yaml index 6db2e02d9f3..42c14a3a3cf 100644 --- a/build_files/config/pipeline_config.yaml +++ b/build_files/config/pipeline_config.yaml @@ -5,7 +5,7 @@ buildbot: gcc: version: '11.0.0' xcode: - version: '15.0' + version: '16.3' cuda10: version: '10.1.243' cuda11: