Skip to content

Commit e8f3c9a

Browse files
committed
Bump xcode version for ios_tests job
1 parent 7075916 commit e8f3c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
ios_tests:
9191
macos:
92-
xcode: "12.3.0"
92+
xcode: "13.4.1"
9393
working_directory: ~/project/example
9494
environment:
9595
FL_OUTPUT_DIR: output
@@ -115,7 +115,7 @@ jobs:
115115
command: cd ios && pod install --repo-update
116116
- run:
117117
name: Build and run tests
118-
command: cd ios && xcodebuild -allowProvisioningUpdates -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max,OS=14.3' test | xcpretty
118+
command: cd ios && xcodebuild -allowProvisioningUpdates -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro Max,OS=15.5' test | xcpretty
119119

120120
pub_release:
121121
docker:

0 commit comments

Comments
 (0)