Skip to content

Commit 3c50dcd

Browse files
Up xcode version
Co-authored-by: SrinivasanTarget <[email protected]>
1 parent 6dd9b7d commit 3c50dcd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/appium3_ios.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
node-version: '22.x'
2222

23-
- name: Select Xcode 15.4
23+
- name: Select Xcode 16.4
2424
uses: maxim-lobanov/setup-xcode@v1
2525
with:
26-
xcode-version: '15.4'
26+
xcode-version: '16.4'
2727

2828
- name: List Installed Simulators
2929
run: xcrun simctl list devices available
@@ -35,13 +35,13 @@ jobs:
3535
id: prepareSimulator
3636
uses: futureware-tech/simulator-action@v4
3737
with:
38-
model: 'iPhone 14'
39-
os_version: '17.5'
38+
model: 'iPhone 16'
39+
os_version: '18.5'
4040
shutdown_after_job: false
4141
wait_for_boot: true
4242

4343
- run: |
44-
target_sim_id=$(xcrun simctl list devices available | grep "iPhone 14 (17.5)" | sed -n 's/.*(\([^)]*\)).*/\1/p' | head -n 1)
44+
target_sim_id=$(xcrun simctl list devices available | grep "iPhone 16 (18.5)" | sed -n 's/.*(\([^)]*\)).*/\1/p' | head -n 1)
4545
echo "udid=$target_sim_id" >> $GITHUB_ENV
4646
4747
- name: Install Appium and deps

0 commit comments

Comments
 (0)