Skip to content

Commit

Permalink
move watchos tests to xcode 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Oct 25, 2023
1 parent bea71ed commit 2d4592f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ steps:
timeout_in_minutes: 10
agents:
queue: opensource-arm-mac-cocoa-12
env:
DEVELOPER_DIR: /Applications/Xcode14.0.app
commands:
- ./scripts/run-unit-tests.sh PLATFORM=watchOS OS=8.3
artifact_paths:
Expand All @@ -195,7 +197,7 @@ steps:
agents:
queue: opensource-arm-mac-cocoa-12
env:
DEVELOPER_DIR: /Applications/Xcode13.4.app
DEVELOPER_DIR: /Applications/Xcode14.0.app
commands:
- ./scripts/run-unit-tests.sh PLATFORM=watchOS OS=7.4
artifact_paths:
Expand Down

0 comments on commit 2d4592f

Please sign in to comment.