Skip to content

Commit 642988f

Browse files
committed
using latest flag instead of specific iOS version
1 parent 9d98008 commit 642988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
scheme: ${{ 'SDKHostApp' }}
2020
platform: ${{ 'iOS Simulator' }}
21-
os: ${{ '18.1' }}
21+
os: ${{ latest }}
2222
device: ${{ 'iPhone 16' }}
2323
run: |
2424
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)

0 commit comments

Comments
 (0)