Skip to content

Commit fa9537c

Browse files
author
MarcoFalke
committed
ci: Use latest Xcode that the minimum macOS version allows
1 parent 17072f7 commit fa9537c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)