From ea193c72d487c807090d90cda2b96c591099615c Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Thu, 11 Jan 2024 10:37:51 +0000 Subject: [PATCH] Run iOS 17 unit tests on Xcode 15 --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c6081dc2a..8800b560a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -99,6 +99,8 @@ steps: queue: macos-13-arm commands: - ./scripts/run-unit-tests.sh PLATFORM=iOS OS=17.0.1 DEVICE="iPhone 15" + env: + XCODE_VERSION: 15.0.1 artifact_paths: - logs/*