Skip to content

Commit d622f24

Browse files
Fixing some yml issues
1 parent 619a886 commit d622f24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
TURBO_CACHE_DIR: .turbo/ios
147147
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
148148
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
149+
LATEST_IOS: ${{ LATEST_IOS }}
149150
runs-on: ${{ (matrix.language == 'swift' && 'macos-15') || 'ubuntu-latest' }}
150151
permissions:
151152
# required for all workflows
@@ -244,6 +245,9 @@ jobs:
244245
run: |
245246
yarn add @iterable/react-native-sdk
246247
248+
echo "Available runtimes:"
249+
xcrun simctl list runtimes
250+
247251
echo "Detecting latest available iOS version..."
248252
249253
# First try to find iOS 18.x that's available

0 commit comments

Comments
 (0)