We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06078a5 commit 36a56edCopy full SHA for 36a56ed
1 file changed
.github/workflows/ios.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
scheme: ${{ 'SDKHostApp' }}
20
platform: ${{ 'iOS Simulator' }}
21
- os: ${{ '15.0' }}
+ os: ${{ '15.2' }}
22
device: ${{ 'iPhone 13' }}
23
run: |
24
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
@@ -30,8 +30,8 @@ jobs:
30
31
32
33
34
- device: ${{ 'iPhone 13' }}
+ device: ${{ 'iPhone 13' }}
35
36
37
if [ $scheme = default ]; then scheme=$(cat default); fi
0 commit comments