From 9dc78a56ebfb2eb382aedaf30b5fcc3d022861b9 Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Fri, 20 Oct 2023 11:04:27 +0100 Subject: [PATCH] set xcode version to 14.3 --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2e7947f21..635ce3afc 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -12,6 +12,8 @@ steps: timeout_in_minutes: 30 agents: queue: macos-13-arm + env: + DEVELOPER_DIR: /Applications/Xcode14.3.app artifact_paths: - features/fixtures/ios/output/iOSTestApp.ipa - features/fixtures/macos/output/macOSTestApp.zip