From 4a2407a0680903e3125ab58dc4417981ec7ca612 Mon Sep 17 00:00:00 2001 From: Mikhail Rubanov Date: Sat, 9 Dec 2023 08:36:58 -0300 Subject: [PATCH] Use iPhone 15 --- .github/workflows/update_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 0022d0d..d2fef11 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -22,7 +22,7 @@ env: SCHEME: "AccessibilityDocumentation" XCODE_VERSION: '~>15' DERIVED_DATA_PATH: './DerivedData/' - DESTINATION: 'platform=iOS Simulator,name=iPhone 14,OS=17.0' + DESTINATION: 'platform=iOS Simulator,name=iPhone 15,OS=17.0' HOSTING_BASE_PATH: 'AccessibilityDocumentation' jobs: