From 73594d1bb36995dfd0766616f97ec427dbe20e39 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Wed, 23 Sep 2026 21:53:26 +0700 Subject: [PATCH] ci: register the detected apple-clang version with conan on macOS Conan's bundled settings.yml does not yet list apple-clang 21, so the macOS runner failed at profile validation on every branch. --- .github/actions/xahau-ga-dependencies/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/xahau-ga-dependencies/action.yml b/.github/actions/xahau-ga-dependencies/action.yml index 8da022fe54..72a1fdfb67 100644 --- a/.github/actions/xahau-ga-dependencies/action.yml +++ b/.github/actions/xahau-ga-dependencies/action.yml @@ -120,6 +120,13 @@ runs: # Add macOS-specific conf if needed if [ "${{ inputs.os }}" = "Macos" ]; then + # Conan's built-in settings.yml lags new Xcode releases; register the + # detected apple-clang version so the profile validates. + cat > ~/.conan2/settings_user.yml <> ~/.conan2/profiles/default <