Skip to content

Commit 1bdebbb

Browse files
committed
chore: updating the CI workflows
1 parent a0bdd1c commit 1bdebbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ jobs:
111111
112112
- name: Build example for Android
113113
env:
114-
JAVA_OPTS: "-XX:MaxHeapSize=6g"
114+
JAVA_OPTS: '-XX:MaxHeapSize=6g'
115115
run: |
116116
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
117117
118118
build-ios:
119-
runs-on: macos-latest
119+
runs-on: macos-14
120120

121121
env:
122122
XCODE_VERSION: 16.2

0 commit comments

Comments
 (0)