From 5d6667cb588b7617890dbfc23493300c50f47947 Mon Sep 17 00:00:00 2001 From: Inder <352443+InderKumarRathore@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:31:18 +0800 Subject: [PATCH] Used iphone 15 as device --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 0e51159..f4605a6 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -23,5 +23,5 @@ jobs: -project DeviceGuru.xcodeproj \ -scheme DeviceGuru \ -sdk iphonesimulator \ - -destination 'platform=iOS Simulator,name=iPhone 14,OS=17.4' \ + -destination 'platform=iOS Simulator,name=iPhone 15,OS=18.1' \ test || exit 1