Skip to content

Commit 047b372

Browse files
Thank you for being so easy to debug.
1 parent 1d60ad6 commit 047b372

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
TURBO_CACHE_DIR: .turbo/ios
147147
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
148148
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
149-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
149+
runs-on: ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-latest' }}
150150
permissions:
151151
# required for all workflows
152152
security-events: write
@@ -228,7 +228,9 @@ jobs:
228228
-sdk iphoneos \
229229
CODE_SIGN_IDENTITY="" \
230230
CODE_SIGNING_REQUIRED=NO \
231-
CODE_SIGNING_ALLOWED=NO
231+
CODE_SIGNING_ALLOWED=NO \
232+
BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
233+
SKIP_INSTALL=NO
232234
233235
# yarn add @iterable/react-native-sdk
234236
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"

0 commit comments

Comments
 (0)