We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9834683 commit 9d98008Copy full SHA for 9d98008
.github/workflows/ios.yml
@@ -18,8 +18,8 @@ jobs:
18
env:
19
scheme: ${{ 'SDKHostApp' }}
20
platform: ${{ 'iOS Simulator' }}
21
- os: ${{ '16.2' }}
22
- device: ${{ 'iPhone 13' }}
+ os: ${{ '18.1' }}
+ device: ${{ 'iPhone 16' }}
23
run: |
24
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
25
if [ $scheme = default ]; then scheme=$(cat default); fi
0 commit comments