From ac5532cebb60e49a84e7d189f8fee5b0b728f252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Tue, 11 Jun 2024 11:23:17 -0400 Subject: [PATCH] chore: Bump to 17.2 --- build/test-scripts/ios-uitest-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/test-scripts/ios-uitest-run.sh b/build/test-scripts/ios-uitest-run.sh index a08616e781ec..774043466858 100755 --- a/build/test-scripts/ios-uitest-run.sh +++ b/build/test-scripts/ios-uitest-run.sh @@ -92,7 +92,7 @@ export UNO_TESTS_LOCAL_TESTS_FILE=$BUILD_SOURCESDIRECTORY/src/SamplesApp/Samples export UNO_UITEST_BENCHMARKS_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY/benchmarks/ios-automated export UNO_UITEST_RUNTIMETESTS_RESULTS_FILE_PATH=$BUILD_SOURCESDIRECTORY/build/RuntimeTestResults-ios-automated.xml -export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-16-4" +export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-17-2" export UNO_UITEST_SIMULATOR_NAME="iPad Pro (12.9-inch) (6th generation)" export UnoTargetFrameworkOverride="net8.0-ios17.0"