From 943425c972a84c00b3bb036fc62d5063bf72b2a7 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Tue, 28 Jan 2025 09:33:26 +1300 Subject: [PATCH] Update Xcode CI image --- .buildkite/shared-pipeline-vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/shared-pipeline-vars b/.buildkite/shared-pipeline-vars index 6b3051868..6de1d4a56 100644 --- a/.buildkite/shared-pipeline-vars +++ b/.buildkite/shared-pipeline-vars @@ -3,7 +3,7 @@ # This file is `source`'d before calling `buildkite-agent pipeline upload`, and can be used # to set up some variables that will be interpolated in the `.yml` pipeline before uploading it. -XCODE_VERSION="16.0-v7" +XCODE_VERSION="16.0-v10" CI_TOOLKIT_PLUGIN_VERSION="3.7.1" TEST_COLLECTOR_VERSION="v1.10.2"