Skip to content

Commit c55bcd6

Browse files
wangjoshuahfacebook-github-bot
authored andcommitted
have circle ci use xcode 9.4 (#19629)
Summary: Circle CI just released Xcode 9.4 https://discuss.circleci.com/t/xcode-9-4-availability-on-circleci/22648/5 Make sure react native still works with Xcode 9.4. None [IOS][MINOR] Upgrade CI Closes #19629 Differential Revision: D8343236 Pulled By: hramos fbshipit-source-id: 2266aeafc9a1b1c77ad842f06c9a137bb05b135d
1 parent 6354087 commit c55bcd6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.circleci/config.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ android_defaults: &android_defaults
316316
macos_defaults: &macos_defaults
317317
<<: *defaults
318318
macos:
319-
xcode: "9.2.0"
319+
xcode: "9.4.0"
320320

321321
version: 2
322322
jobs:
@@ -374,9 +374,8 @@ jobs:
374374
- attach_workspace:
375375
at: ~/react-native
376376

377-
- run: xcrun instruments -w "iPhone 5s (11.2)" || true
377+
- run: xcrun instruments -w "iPhone 5s (11.4)" || true
378378
# See https://github.com/Homebrew/homebrew-core/issues/26358.
379-
- run: brew upgrade python > /dev/null
380379
- run: brew install watchman
381380
- run: *run-objc-ios-tests
382381

@@ -390,9 +389,8 @@ jobs:
390389
- attach_workspace:
391390
at: ~/react-native
392391

393-
- run: xcrun instruments -w "Apple TV 1080p (11.2)" || true
392+
- run: xcrun instruments -w "Apple TV (11.4)" || true
394393
# See https://github.com/Homebrew/homebrew-core/issues/26358.
395-
- run: brew upgrade python > /dev/null
396394
- run: brew install watchman
397395
- run: *run-objc-tvos-tests
398396

@@ -406,7 +404,7 @@ jobs:
406404
- attach_workspace:
407405
at: ~/react-native
408406

409-
- run: xcrun instruments -w "iPhone 5s (11.2)" || true
407+
- run: xcrun instruments -w "iPhone 5s (11.4)" || true
410408
- run: *run-objc-ios-e2e-tests
411409

412410
- store_test_results:

0 commit comments

Comments
 (0)