Skip to content

Commit 9d3c80f

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 50dd253 commit 9d3c80f

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
@@ -121,7 +121,7 @@ steps:
121121
.buildkite/commands/shared-set-up.sh
122122
xcodebuild \
123123
-scheme Keystone \
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]
@@ -141,7 +141,7 @@ steps:
141141
.buildkite/commands/shared-set-up.sh
142142
xcodebuild \
143143
-scheme WordPressData \
144-
-destination 'platform=iOS Simulator,OS=18.2,name=iPhone 16' \
144+
-destination 'platform=iOS Simulator,OS=18.4,name=iPhone 16' \
145145
test \
146146
| xcbeautify
147147
plugins: [$CI_TOOLKIT_PLUGIN]

0 commit comments

Comments
 (0)