Skip to content

Commit 924803f

Browse files
committed
Restored working code
1 parent b1fc678 commit 924803f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Run iOS UI screenshot tests
120120
env:
121121
ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
122-
IOS_SIM_DESTINATION: "platform=iOS Simulator,name=iPhone 15,OS=latest"
122+
IOS_SIM_DESTINATION: platform=iOS Simulator,name=iPhone 16 Pro,OS=18.5
123123
run: |
124124
set -euo pipefail
125125
mkdir -p "${ARTIFACTS_DIR}"

0 commit comments

Comments
 (0)