We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c49bca commit 0a2e1a2Copy full SHA for 0a2e1a2
1 file changed
.github/workflows/ci.yml
@@ -102,12 +102,12 @@ jobs:
102
103
- name: Build example for Android
104
env:
105
- JAVA_OPTS: "-XX:MaxHeapSize=6g"
+ JAVA_OPTS: '-XX:MaxHeapSize=6g'
106
run: |
107
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
108
109
build-ios:
110
- runs-on: macos-latest
+ runs-on: macos-14
111
112
XCODE_VERSION: 16.2
113
TURBO_CACHE_DIR: .turbo/ios
0 commit comments