diff --git a/.github/workflows/github-cxx-qt-tests.yml b/.github/workflows/github-cxx-qt-tests.yml index 15ceefb0f..8f0359232 100644 --- a/.github/workflows/github-cxx-qt-tests.yml +++ b/.github/workflows/github-cxx-qt-tests.yml @@ -347,7 +347,7 @@ jobs: qt_qpa_platform: cocoa compiler_cache_path: /Users/runner/Library/Caches/Mozilla.sccache sccache_log_path: /Users/runner/Library/Caches/Mozilla.sccache.log.txt - clang_format_path: /Users/runner/Library/Python/3.13/bin/clang-format + clang_format_path: /Users/runner/Library/Python/3.14/bin/clang-format cargo_dir: ~/.cargo cc: clang cxx: clang++