From e688cc736da01647b28ea24cb99e0fba5b5cb253 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Wed, 6 Nov 2024 11:53:59 +0000 Subject: [PATCH] Test xcode 16.0 --- .github/workflows/cron-checks.yml | 4 ++-- .github/workflows/smoke-checks.yml | 2 +- fastlane/Fastfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cron-checks.yml b/.github/workflows/cron-checks.yml index 2849568c49..55b5ff8643 100644 --- a/.github/workflows/cron-checks.yml +++ b/.github/workflows/cron-checks.yml @@ -41,8 +41,8 @@ jobs: strategy: matrix: include: - - ios: 18.1 - xcode: 16.1 + - ios: 18.0 + xcode: 16.0 os: macos-14 device: "iPhone 15 Pro" setup_runtime: false diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index 95a7a6f2a4..4487989c03 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -19,7 +19,7 @@ concurrency: env: HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI - IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (18.1)" + IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (18.0)" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PR_NUM: ${{ github.event.pull_request.number }} diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 12e1721a8e..0aac90173e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -6,7 +6,7 @@ require 'net/http' import 'Sonarfile' import 'Allurefile' -xcode_version = ENV['XCODE_VERSION'] || '16.1' +xcode_version = ENV['XCODE_VERSION'] || '16.0' xcode_project = 'StreamChat.xcodeproj' sdk_names = ['StreamChat', 'StreamChatUI'] github_repo = ENV['GITHUB_REPOSITORY'] || 'GetStream/stream-chat-swift'