From 2e2deedeb4f8527b20032ef0053598e8a3c4d7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Thu, 9 Jul 2020 17:38:58 -0700 Subject: [PATCH] Update .tests.env --- scripts/.tests.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.tests.env b/scripts/.tests.env index 038c20b8c99a43..e5d3d2ad4b63f0 100644 --- a/scripts/.tests.env +++ b/scripts/.tests.env @@ -17,7 +17,7 @@ export AVD_NAME="testAVD" export AVD_ABI=x86 ## IOS ## -export IOS_TARGET_OS="13.4.1" +export IOS_TARGET_OS="13.5" export IOS_DEVICE="iPhone 8" export TVOS_DEVICE="Apple TV" export SDK_IOS="iphonesimulator"