Skip to content

Commit c5bb973

Browse files
committed
Run Keystone and WordPressData unit tests in CI on iOS 18.4
The only iOS version available out of the box with the 16.3 stack.
1 parent eccf8d8 commit c5bb973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ steps:
106106
.buildkite/commands/shared-set-up.sh
107107
xcodebuild \
108108
-scheme Keystone \
109-
-destination 'platform=iOS Simulator,OS=18.2,name=iPhone 16' \
109+
-destination 'platform=iOS Simulator,OS=18.4,name=iPhone 16' \
110110
test \
111111
| xcbeautify
112112
plugins: [$CI_TOOLKIT_PLUGIN]
@@ -121,7 +121,7 @@ steps:
121121
.buildkite/commands/shared-set-up.sh
122122
xcodebuild \
123123
-scheme WordPressData \
124-
-destination 'platform=iOS Simulator,OS=18.2,name=iPhone 16' \
124+
-destination 'platform=iOS Simulator,OS=18.4,name=iPhone 16' \
125125
test \
126126
| xcbeautify
127127
plugins: [$CI_TOOLKIT_PLUGIN]

0 commit comments

Comments
 (0)