Skip to content

Commit 56f47d4

Browse files
authored
chore: xcode version bump (#667)
# Summary In the CI workflow we had a pinned `xcode-version` to `16.4` which became not supported on the current macOS image. Bumped the `xcode-version` to `26.6` - latest version marked as `stable`
1 parent 39efca7 commit 56f47d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: Set up Xcode
206206
uses: maxim-lobanov/setup-xcode@v1
207207
with:
208-
xcode-version: '16.4'
208+
xcode-version: '26.6'
209209

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

0 commit comments

Comments
 (0)