Skip to content

Commit 7a7130c

Browse files
[CI] Partly revert Xcode 26 rollout (#998)
1 parent e7d470f commit 7a7130c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
include:
2424
# - ios: "26.0" TODO: IOS-1181
2525
# device: "iPhone 17 Pro"
26-
# xcode: "26.0"
26+
# xcode: "26.0.1"
2727
# setup_runtime: false
2828
- ios: "18.5"
2929
device: "iPhone 16 Pro"
30-
xcode: "26.0"
30+
xcode: "26.0.1"
3131
setup_runtime: false
3232
- ios: "17.5"
3333
device: "iPhone 15 Pro"
34-
xcode: "26.0"
34+
xcode: "26.0.1"
3535
setup_runtime: true
3636
- ios: "16.4"
3737
device: "iPhone 14 Pro"

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
env:
2222
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
23-
IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.0)"
23+
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)"
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
GITHUB_PR_NUM: ${{ github.event.pull_request.number }}
2626

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require 'xcodeproj'
88
import 'Sonarfile'
99
import 'Allurefile'
1010

11-
xcode_version = ENV['XCODE_VERSION'] || '26.0'
11+
xcode_version = ENV['XCODE_VERSION'] || '16.4'
1212
xcode_project = 'StreamChatSwiftUI.xcodeproj'
1313
sdk_names = ['StreamChatSwiftUI']
1414
github_repo = ENV['GITHUB_REPOSITORY'] || 'GetStream/stream-chat-swiftui'

0 commit comments

Comments
 (0)