File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,11 +155,11 @@ jobs:
155155
156156 - name : Clang version
157157 run : |
158- # Use the earliest Xcode supported by the version of macOS denoted in
158+ # Use the latest Xcode supported by the version of macOS denoted in
159159 # doc/release-notes-empty-template.md and providing at least the
160160 # minimum clang version denoted in doc/dependencies.md.
161- # See: https://developer.apple.com/documentation/xcode-release-notes/xcode-16 -release-notes
162- sudo xcode-select --switch /Applications/Xcode_16.0 .app
161+ # See: https://developer.apple.com/documentation/xcode-release-notes/xcode-16_2 -release-notes
162+ sudo xcode-select --switch /Applications/Xcode_16.2 .app
163163 clang --version
164164
165165 - name : Install Homebrew packages
You can’t perform that action at this time.
0 commit comments