From bee50d90fc8e54bceb6b3f0bd05f9d13f2d276b1 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Mon, 2 Oct 2017 16:57:28 +0200 Subject: [PATCH] Fix device iOS bots. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NOTRY=True Bug: None Change-Id: If989d78a277170f2dcbcef15fd8184acd616c5c7 Reviewed-on: https://webrtc-review.googlesource.com/1578 Reviewed-by: Patrik Höglund Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20084} --- tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json | 4 ++-- tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json index 1214f6e9fe..51e5e0a00f 100644 --- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json @@ -2,7 +2,7 @@ "comments": [ "Tests for 64-bit iOS devices." ], - "xcode version": "8.0", + "xcode version": "9.0", "gn_args": [ "goma_dir=\"$(goma_dir)\"", "is_component_build=false", @@ -22,7 +22,7 @@ { "include": "real_device_tests.json", "device type": "iPhone 6s", - "os": "10.0.1" + "os": "10.3.3" } ] } diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json index 1214f6e9fe..51e5e0a00f 100644 --- a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json @@ -2,7 +2,7 @@ "comments": [ "Tests for 64-bit iOS devices." ], - "xcode version": "8.0", + "xcode version": "9.0", "gn_args": [ "goma_dir=\"$(goma_dir)\"", "is_component_build=false", @@ -22,7 +22,7 @@ { "include": "real_device_tests.json", "device type": "iPhone 6s", - "os": "10.0.1" + "os": "10.3.3" } ] }