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 9d98008 commit 642988fCopy full SHA for 642988f
.github/workflows/ios.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
scheme: ${{ 'SDKHostApp' }}
20
platform: ${{ 'iOS Simulator' }}
21
- os: ${{ '18.1' }}
+ os: ${{ latest }}
22
device: ${{ 'iPhone 16' }}
23
run: |
24
# xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
0 commit comments