Skip to content

Commit 79904bc

Browse files
committed
fix: screenshot iPad iPhone error
1 parent 78c1d73 commit 79904bc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/screenshot-ipad/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
IPAD_DEVICE_MODEL:
55
description: 'Model of the iPad device to be used when running tests'
66
required: false
7-
default: iPad Pro 13-inch (M4)
7+
default: iPad Pro 13-inch (M5)
88

99
runs:
1010
using: "composite"

.github/actions/screenshot-iphone/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
IPHONE_DEVICE_MODEL:
55
description: 'Model of the iPhone device to be used when running tests'
66
required: false
7-
default: iPhone 16 Pro Max
7+
default: iPhone 17 Pro Max
88

99
runs:
1010
using: "composite"

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ concurrency:
1111
env:
1212
ANDROID_EMULATOR_API: 34
1313
ANDROID_EMULATOR_ARCH: x86_64
14-
IPHONE_DEVICE_MODEL: iPhone 16 Pro Max
15-
IPAD_DEVICE_MODEL: iPad Pro 13-inch (M4)
14+
IPHONE_DEVICE_MODEL: iPhone 17 Pro Max
15+
IPAD_DEVICE_MODEL: iPad Pro 13-inch (M5)
1616

1717
jobs:
1818
changes:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ env:
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
ANDROID_EMULATOR_API: 34
1010
ANDROID_EMULATOR_ARCH: x86_64
11-
IPHONE_DEVICE_MODEL: iPhone 16 Pro Max
12-
IPAD_DEVICE_MODEL: iPad Pro 13-inch (M4)
11+
IPHONE_DEVICE_MODEL: iPhone 17 Pro Max
12+
IPAD_DEVICE_MODEL: iPad Pro 13-inch (M5)
1313

1414
jobs:
1515
common:

0 commit comments

Comments
 (0)