From 6b3fb5ea14ae3cc025d902bd75a824dbf3605740 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Tue, 5 May 2026 09:41:18 +0700 Subject: [PATCH] ci: dedupe conan_deps_cxxflags in macOS workflow row prior turn-of-events created two identical conan_deps_cxxflags entries in the same matrix row from overlapping restore commits. keep one. --- .github/workflows/xahau-ga-macos.yml.disabled | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/xahau-ga-macos.yml.disabled b/.github/workflows/xahau-ga-macos.yml.disabled index 6df2d56cc..1ffc62a73 100644 --- a/.github/workflows/xahau-ga-macos.yml.disabled +++ b/.github/workflows/xahau-ga-macos.yml.disabled @@ -110,9 +110,6 @@ jobs: # grpc 1.50.1 trips clang-19+ -Werror=missing-template-arg-list-after-template-kw # on Apple Clang. Drop when grpc is bumped past the fix. conan_deps_cxxflags: '["-Wno-missing-template-arg-list-after-template-kw"]' - # grpc 1.50.1 trips this on newer Apple Clang (clang-19+ frontend). - # Drop when grpc is bumped past the fix. - conan_deps_cxxflags: '["-Wno-missing-template-arg-list-after-template-kw"]' - name: Build uses: ./.github/actions/xahau-ga-build