Skip to content

Commit a6cc48a

Browse files
authored
Update ios.yml
Updating OS and Device version
1 parent 9834683 commit a6cc48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
env:
1919
scheme: ${{ 'SDKHostApp' }}
2020
platform: ${{ 'iOS Simulator' }}
21-
os: ${{ '16.2' }}
22-
device: ${{ 'iPhone 13' }}
21+
os: ${{ '18.0' }}
22+
device: ${{ 'iPhone 16' }}
2323
run: |
2424
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
2525
if [ $scheme = default ]; then scheme=$(cat default); fi

0 commit comments

Comments
 (0)