Skip to content

Commit cdf3f32

Browse files
committed
chore(all): Switch device used for iOS integration tests
1 parent 0d78239 commit cdf3f32

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/battery_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: "Start Simulator"
111111
uses: futureware-tech/simulator-action@v4
112112
with:
113-
model: "iPhone 15"
113+
model: "iPhone 17"
114114
- name: "Run Integration Test"
115115
run: ./.github/workflows/scripts/integration-test.sh ios battery_plus_example
116116

.github/workflows/connectivity_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: "Start Simulator"
111111
uses: futureware-tech/simulator-action@v4
112112
with:
113-
model: 'iPhone 15'
113+
model: 'iPhone 17'
114114
- name: "Run Integration Test"
115115
run: ./.github/workflows/scripts/integration-test.sh ios connectivity_plus_example
116116

.github/workflows/network_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: "Start Simulator"
110110
uses: futureware-tech/simulator-action@v4
111111
with:
112-
model: 'iPhone 15'
112+
model: 'iPhone 17'
113113
- name: "Run Integration Test"
114114
run: ./.github/workflows/scripts/integration-test.sh ios network_info_plus_example
115115

.github/workflows/package_info_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: "Start Simulator"
110110
uses: futureware-tech/simulator-action@v4
111111
with:
112-
model: 'iPhone 15'
112+
model: 'iPhone 17'
113113
- name: "Run Integration Test"
114114
run: ./.github/workflows/scripts/integration-test.sh ios package_info_plus_example
115115

.github/workflows/sensors_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: "Start Simulator"
105105
uses: futureware-tech/simulator-action@v4
106106
with:
107-
model: 'iPhone 15'
107+
model: 'iPhone 17'
108108
- name: "Bootstrap Workspace"
109109
run: melos bootstrap --scope="$PLUGIN_SCOPE"
110110
- name: "Run Integration Test"

.github/workflows/share_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: "Start Simulator"
109109
uses: futureware-tech/simulator-action@v4
110110
with:
111-
model: 'iPhone 15'
111+
model: 'iPhone 17'
112112
- name: "Run Integration Test"
113113
run: ./.github/workflows/scripts/integration-test.sh ios share_plus_example
114114

0 commit comments

Comments
 (0)