Skip to content

Commit 109fa20

Browse files
chore: use 26.3 xcode version
1 parent e43f859 commit 109fa20

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,7 @@ jobs:
203203
- name: Set up Xcode
204204
uses: maxim-lobanov/setup-xcode@v1
205205
with:
206-
xcode-version: '26.0'
207-
208-
- name: Install iOS 26.0 platform
209-
run: xcodebuild -downloadPlatform iOS
206+
xcode-version: '26.3'
210207

211208
- name: Reset build folder and pods
212209
run: rm -rf apps/example/build apps/example/ios/Pods apps/example/ios/Podfile.lock

0 commit comments

Comments
 (0)