Skip to content

Commit 7d34227

Browse files
committed
[CI] Bump Xcode version to 26.1
1 parent 09e0c9a commit 7d34227

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cron-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
# - ios: "26.0" TODO: IOS-1181
44+
# - ios: "26.1" TODO: IOS-1181
4545
# device: "iPhone 17 Pro"
4646
# setup_runtime: false
4747
- ios: "18.5"
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
GITHUB_EVENT: ${{ toJson(github.event) }}
6363
ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }}
64-
XCODE_VERSION: "26.0.1"
64+
XCODE_VERSION: "26.1"
6565
IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})" # For the Allure report
6666
steps:
6767
- uses: actions/[email protected]
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
matrix:
121121
include:
122-
- ios: "26.0"
122+
- ios: "26.1"
123123
device: "iPhone 17 Pro"
124124
setup_runtime: false
125125
- ios: "18.5"
@@ -137,7 +137,7 @@ jobs:
137137
fail-fast: false
138138
runs-on: macos-15
139139
env:
140-
XCODE_VERSION: "26.0.1"
140+
XCODE_VERSION: "26.1"
141141
steps:
142142
- uses: actions/[email protected]
143143
- uses: ./.github/actions/bootstrap

.github/workflows/smoke-checks.yml

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

2626
env:
2727
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
28-
IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.0)"
28+
IOS_SIMULATOR_DEVICE: "iPhone 17 Pro (26.1)"
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
GITHUB_PR_NUM: ${{ github.event.pull_request.number }}
3131

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require 'net/http'
77
import 'Sonarfile'
88
import 'Allurefile'
99

10-
xcode_version = ENV['XCODE_VERSION'] || '26.0.1'
10+
xcode_version = ENV['XCODE_VERSION'] || '26.1'
1111
xcode_project = 'StreamVideo.xcodeproj'
1212
sdk_names = ['StreamVideo', 'StreamVideoSwiftUI', 'StreamVideoUIKit']
1313
podspec_names = ['StreamVideo', 'StreamVideo-XCFramework', 'StreamVideoSwiftUI', 'StreamVideoSwiftUI-XCFramework', 'StreamVideoUIKit', 'StreamVideoUIKit-XCFramework']

0 commit comments

Comments
 (0)