Skip to content

Commit 27a3313

Browse files
committed
fix: update Xcode version in iOS build workflow to 16.4
1 parent e9f61f7 commit 27a3313

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ios-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
runs-on: macOS-15
4848
steps:
4949
- uses: actions/checkout@v4
50-
- uses: oven-sh/setup-bun@v2
51-
5250
- name: Setup Xcode
5351
uses: maxim-lobanov/setup-xcode@v1
5452
with:
55-
xcode-version: latest-stable
53+
xcode-version: 16.4
54+
55+
- uses: oven-sh/setup-bun@v2
5656

5757
- name: Install npm dependencies (bun)
5858
run: bun install
@@ -97,13 +97,13 @@ jobs:
9797
- uses: actions/checkout@v4
9898
- uses: oven-sh/setup-bun@v2
9999

100-
- name: Install npm dependencies (bun)
101-
run: bun install
102-
103100
- name: Setup Xcode
104101
uses: maxim-lobanov/setup-xcode@v1
105102
with:
106-
xcode-version: latest-stable
103+
xcode-version: 16.4
104+
105+
- name: Install npm dependencies (bun)
106+
run: bun install
107107

108108
- name: Disable new architecture in Podfile
109109
run: sed -i "" "s/ENV\['RCT_NEW_ARCH_ENABLED'\] = '1'/ENV['RCT_NEW_ARCH_ENABLED'] = '0'/g" example/ios/Podfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121
]
122122
]
123123
}
124-
}
124+
}

0 commit comments

Comments
 (0)