Skip to content

Commit

Permalink
Merge pull request #1344 from matrix-org/doug/4883_xcode_13
Browse files Browse the repository at this point in the history
Update Fastfile to use Xcode 13.2 on CI.
  • Loading branch information
pixlwave authored Jan 26, 2022
2 parents e2e4247 + 7c1cdef commit 2aa880a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/4883.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Fastfile to use Xcode 13.2 on CI.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform :ios do

before_all do
# Ensure used Xcode version
xcversion(version: "~> 12.5")
xcversion(version: "~> 13.2")
end

#### Pod ####
Expand Down

0 comments on commit 2aa880a

Please sign in to comment.