From 2ccc6600cb1a0cbdda21633bd21651bc522aa9df Mon Sep 17 00:00:00 2001 From: Justin Hernandez Date: Thu, 5 Feb 2026 07:50:21 -0800 Subject: [PATCH] update xcode version (#1699) --- .github/workflows/mobile-ci.yml | 2 +- .github/workflows/mobile-deploy.yml | 2 +- .github/workflows/mobile-e2e.yml | 2 +- .github/workflows/mobile-sdk-demo-e2e.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mobile-ci.yml b/.github/workflows/mobile-ci.yml index 37fd2ee36..a419eda00 100644 --- a/.github/workflows/mobile-ci.yml +++ b/.github/workflows/mobile-ci.yml @@ -5,7 +5,7 @@ env: RUBY_VERSION: 3.2 JAVA_VERSION: 17 ANDROID_NDK_VERSION: 27.0.12077973 - XCODE_VERSION: 16.4 + XCODE_VERSION: 26 # Path configuration WORKSPACE: ${{ github.workspace }} APP_PATH: ${{ github.workspace }}/app diff --git a/.github/workflows/mobile-deploy.yml b/.github/workflows/mobile-deploy.yml index 2d273176d..b8dff186f 100644 --- a/.github/workflows/mobile-deploy.yml +++ b/.github/workflows/mobile-deploy.yml @@ -33,7 +33,7 @@ env: JAVA_VERSION: 17 ANDROID_API_LEVEL: 35 ANDROID_NDK_VERSION: 27.0.12077973 - XCODE_VERSION: 16.4 + XCODE_VERSION: 26 # Cache versioning - increment these to bust caches when needed GH_CACHE_VERSION: v1 # Global cache version diff --git a/.github/workflows/mobile-e2e.yml b/.github/workflows/mobile-e2e.yml index 39d1bc593..778c71669 100644 --- a/.github/workflows/mobile-e2e.yml +++ b/.github/workflows/mobile-e2e.yml @@ -5,7 +5,7 @@ env: JAVA_VERSION: 17 ANDROID_API_LEVEL: 33 ANDROID_NDK_VERSION: 27.0.12077973 - XCODE_VERSION: 16.4 + XCODE_VERSION: 26 # Cache versions GH_CACHE_VERSION: v2 # Global cache version - bumped to invalidate caches GH_GEMS_CACHE_VERSION: v1 # Ruby gems cache version diff --git a/.github/workflows/mobile-sdk-demo-e2e.yml b/.github/workflows/mobile-sdk-demo-e2e.yml index c90b94af1..d9e33cf72 100644 --- a/.github/workflows/mobile-sdk-demo-e2e.yml +++ b/.github/workflows/mobile-sdk-demo-e2e.yml @@ -5,7 +5,7 @@ env: JAVA_VERSION: 17 ANDROID_API_LEVEL: 33 ANDROID_NDK_VERSION: 27.0.12077973 - XCODE_VERSION: 16.4 + XCODE_VERSION: 26 # Cache versions GH_CACHE_VERSION: v1 GH_GEMS_CACHE_VERSION: v1