From 96b203a96808b016daeca295114516043d35fd6b Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Wed, 25 Oct 2023 11:04:43 +0100 Subject: [PATCH] use watchsimulator9.0 for the ci tests --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6a58b442a..368e7f2ad 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -188,7 +188,7 @@ steps: env: DEVELOPER_DIR: /Applications/Xcode14.0.app commands: - - ./scripts/run-unit-tests.sh PLATFORM=watchOS OS=8.3 + - ./scripts/run-unit-tests.sh PLATFORM=watchOS OS=8.3 SDK=watchsimulator9.0 artifact_paths: - logs/* @@ -199,7 +199,7 @@ steps: env: DEVELOPER_DIR: /Applications/Xcode14.0.app commands: - - ./scripts/run-unit-tests.sh PLATFORM=watchOS OS=7.4 + - ./scripts/run-unit-tests.sh PLATFORM=watchOS OS=7.4 SDK=watchsimulator9.0 artifact_paths: - logs/*