Skip to content

Commit 33a57c7

Browse files
committed
Update Xcode version in CI
1 parent 34a68bc commit 33a57c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ platform :ios do
9393
lane :xcframework do |options|
9494
version = options[:version]
9595
swift_version = options[:swift_version] || "5.0"
96-
xcode_version = options[:xcode_version] || "26.0.1"
96+
xcode_version = options[:xcode_version] || "26.1.1"
9797

9898
xcodes(version: xcode_version, select_for_current_build_only: true)
9999
FileUtils.rm_rf '../build'
@@ -166,7 +166,7 @@ platform :ios do
166166
end
167167

168168
before_all do |lane|
169-
xcode_version = ENV["XCODE_VERSION"] || "26.0.1"
169+
xcode_version = ENV["XCODE_VERSION"] || "26.1.1"
170170
xcodes(version: xcode_version, select_for_current_build_only: true)
171171
end
172172

0 commit comments

Comments
 (0)