From 4acc7099c1ba042a89dfa0e18310949bcbe839e3 Mon Sep 17 00:00:00 2001 From: AJ Lauer Barinov Date: Fri, 27 Oct 2023 17:02:51 -0700 Subject: [PATCH] ci: try iPhone 15 --- scripts/run-tests-swift-package-manager-ventura.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-tests-swift-package-manager-ventura.sh b/scripts/run-tests-swift-package-manager-ventura.sh index 9fae52c3..72dc10be 100755 --- a/scripts/run-tests-swift-package-manager-ventura.sh +++ b/scripts/run-tests-swift-package-manager-ventura.sh @@ -36,4 +36,4 @@ echo "▸ Running ${SCHEME} Tests" xcodebuild clean test \ -project $PROJECT \ -scheme $SCHEME \ - -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 14 Pro Max' | xcbeautify + -destination 'platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max' | xcbeautify