From 677b246ffef5643bd2e3c0dd03008f9e4d4812f5 Mon Sep 17 00:00:00 2001 From: Krystian Sienkiewicz Date: Thu, 2 Jul 2026 14:34:04 +0200 Subject: [PATCH] chore: xcode version bump --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f8a7b7b8..d8c301a3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: - name: Set up Xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.4' + xcode-version: '26.6' - name: Reset build folder and pods run: rm -rf apps/example/build apps/example/ios/Pods apps/example/ios/Podfile.lock