Skip to content

Commit 0a2e1a2

Browse files
committed
chore: updating ci.yml
1 parent 5c49bca commit 0a2e1a2

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
@@ -102,12 +102,12 @@ jobs:
102102
103103
- name: Build example for Android
104104
env:
105-
JAVA_OPTS: "-XX:MaxHeapSize=6g"
105+
JAVA_OPTS: '-XX:MaxHeapSize=6g'
106106
run: |
107107
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
108108
109109
build-ios:
110-
runs-on: macos-latest
110+
runs-on: macos-14
111111
env:
112112
XCODE_VERSION: 16.2
113113
TURBO_CACHE_DIR: .turbo/ios

0 commit comments

Comments
 (0)