Skip to content

Commit

Permalink
use watchsimulator9.0 for the ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Oct 25, 2023
1 parent 2d4592f commit 96b203a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand All @@ -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/*

Expand Down

0 comments on commit 96b203a

Please sign in to comment.