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 619a886 commit d622f24Copy full SHA for d622f24
1 file changed
.github/workflows/codeql.yml
@@ -146,6 +146,7 @@ jobs:
146
TURBO_CACHE_DIR: .turbo/ios
147
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
148
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
149
+ LATEST_IOS: ${{ LATEST_IOS }}
150
runs-on: ${{ (matrix.language == 'swift' && 'macos-15') || 'ubuntu-latest' }}
151
permissions:
152
# required for all workflows
@@ -244,6 +245,9 @@ jobs:
244
245
run: |
246
yarn add @iterable/react-native-sdk
247
248
+ echo "Available runtimes:"
249
+ xcrun simctl list runtimes
250
+
251
echo "Detecting latest available iOS version..."
252
253
# First try to find iOS 18.x that's available
0 commit comments