Skip to content

Commit e6bafa9

Browse files
committed
ci: downgrade xcode to 14.3.1 for test_ios
1 parent 58242b3 commit e6bafa9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
test_ios:
171171
macos:
172-
xcode: 15.2.0
172+
xcode: 14.3.1
173173
resource_class: macos.m1.medium.gen1
174174
environment:
175175
INSTABUG_SOURCEMAPS_UPLOAD_DISABLE: true
@@ -185,9 +185,7 @@ jobs:
185185
-scheme Runner \
186186
-resultBundlePath coverage/result.xcresult \
187187
-sdk iphonesimulator \
188-
-destination 'platform=iOS Simulator,name=iPhone 15 Pro Max,OS=17.2' \
189-
-test-iterations 2 \
190-
-retry-tests-on-failure \
188+
-destination 'platform=iOS Simulator,name=iPhone 14 Pro Max,OS=16.4' \
191189
test | xcpretty
192190
193191
e2e_ios_captain:

0 commit comments

Comments
 (0)