From 2af0f9d32b1437403826bfd8e8d6b7d268f9b3e5 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Fri, 26 May 2023 12:15:12 +1000 Subject: [PATCH] =?UTF-8?q?Wild=20shot=20=E2=80=93=20Use=20Xcode=2014.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See CI failure: ``` ▸ Linking WordPress ⚠️ ld: Could not find or use auto-linked library 'swiftCompatibility56' ❌ ld: symbol(s) not found for architecture x86_64 ``` https://buildkite.com/automattic/wordpress-ios/builds/14356#01885545-c05a-43a8-b475-d0d683857672 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f18937b69759..4028fb4ec45c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -9,7 +9,7 @@ common_params: # Common environment values to use with the `env` key. - &common_env # Be sure to also update the `.xcode-version` file when updating the Xcode image/version here - IMAGE_ID: xcode-14.2 + IMAGE_ID: xcode-14.3 BUILDKITE_PLUGINS_ALWAYS_CLONE_FRESH: true # This is the default pipeline – it will build and test the app