diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 10b2f567d..636ad3f18 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -98,7 +98,7 @@ steps: agents: queue: macos-13-arm commands: - - ./scripts/run-unit-tests.sh PLATFORM=iOS OS=17.0 + - ./scripts/run-unit-tests.sh PLATFORM=iOS OS=17.0.1 DEVICE="iPhone 15" artifact_paths: - logs/* diff --git a/Makefile b/Makefile index 352c5ea02..cace29028 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ else else DEVICE?=iPhone 8 endif - DESTINATION?=platform=iOS Simulator,name=$(DEVICE),OS=$(OS) RELEASE_DIR=Release-iphoneos else