Skip to content

Commit

Permalink
Updating Xcode to 12.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalshreyas committed Jan 27, 2022
1 parent eafbcd4 commit 2a4c1bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ jobs:
# Don't need to run pod gen, the website script does that itself.
brew install sourcedocs
# Use Xcode 11.4
# TODO: Update this to the latest?
# * Xcode 11.4 is the version that includes Swift 5.2, which is what our language version is set to
sudo xcode-select -s /Applications/Xcode_11.4.app
# Use Xcode
sudo xcode-select -s /Applications/Xcode_12.5.1.app
# Docs dependencies
- name: Set up Python
Expand Down

0 comments on commit 2a4c1bc

Please sign in to comment.