Skip to content

Commit 36a56ed

Browse files
authored
CI Fix - Bump simulator version to 15.2 (#295)
1 parent 06078a5 commit 36a56ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
scheme: ${{ 'SDKHostApp' }}
2020
platform: ${{ 'iOS Simulator' }}
21-
os: ${{ '15.0' }}
21+
os: ${{ '15.2' }}
2222
device: ${{ 'iPhone 13' }}
2323
run: |
2424
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
@@ -30,8 +30,8 @@ jobs:
3030
env:
3131
scheme: ${{ 'SDKHostApp' }}
3232
platform: ${{ 'iOS Simulator' }}
33-
os: ${{ '15.0' }}
34-
device: ${{ 'iPhone 13' }}
33+
os: ${{ '15.2' }}
34+
device: ${{ 'iPhone 13' }}
3535
run: |
3636
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
3737
if [ $scheme = default ]; then scheme=$(cat default); fi

0 commit comments

Comments
 (0)