Skip to content

Commit b1fc678

Browse files
Restore explicit iOS simulator destination in CI workflow
Restored `IOS_SIM_DESTINATION` environment variable in `.github/workflows/scripts-ios.yml` to force usage of "iPhone 15" instead of relying on auto-detection which led to CI failures with "iPhone 16 Pro".
1 parent 7837c68 commit b1fc678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts-ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +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"
122123
run: |
123124
set -euo pipefail
124125
mkdir -p "${ARTIFACTS_DIR}"

0 commit comments

Comments
 (0)