We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bdd1c commit 1bdebbbCopy full SHA for 1bdebbb
1 file changed
.github/workflows/ci.yml
@@ -111,12 +111,12 @@ jobs:
111
112
- name: Build example for Android
113
env:
114
- JAVA_OPTS: "-XX:MaxHeapSize=6g"
+ JAVA_OPTS: '-XX:MaxHeapSize=6g'
115
run: |
116
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
117
118
build-ios:
119
- runs-on: macos-latest
+ runs-on: macos-14
120
121
122
XCODE_VERSION: 16.2
0 commit comments