We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d60ad6 commit 047b372Copy full SHA for 047b372
1 file changed
.github/workflows/codeql.yml
@@ -146,7 +146,7 @@ jobs:
146
TURBO_CACHE_DIR: .turbo/ios
147
TURBO_TOKEN: ${{ secrets. TURBO_TOKEN }}
148
TURBO_TEAM: ${{ secrets. TURBO_TEAM }}
149
- runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
+ runs-on: ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-latest' }}
150
permissions:
151
# required for all workflows
152
security-events: write
@@ -228,7 +228,9 @@ jobs:
228
-sdk iphoneos \
229
CODE_SIGN_IDENTITY="" \
230
CODE_SIGNING_REQUIRED=NO \
231
- CODE_SIGNING_ALLOWED=NO
+ CODE_SIGNING_ALLOWED=NO \
232
+ BUILD_LIBRARY_FOR_DISTRIBUTION=YES \
233
+ SKIP_INSTALL=NO
234
235
# yarn add @iterable/react-native-sdk
236
# yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
0 commit comments