On 3/9/26 12:35, Daniel P. Berrangé wrote:
The current two latest macOS releases (Tahoe and Sequoia) support
XCode 17.x, XCode 26.x and XCode 27.x is in Beta.
XCode 17.x reported CLang 17.0.0, and this continued with XCode 26.0
stream until XCode 26.4 switched to reporting CLang 21.0.0.
A min XCode CLang of 17.0.0 looks appropriate and matches our current
CI job matrix.
Signed-off-by: Daniel P. Berrangé <[email protected]>
---
meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>