From a724013cca5add2198c844fa941b1d71ee409bc2 Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Wed, 29 Oct 2025 09:42:27 +0000 Subject: [PATCH] github: update the python version for the macOS Qt 6 runner Note that as github collapses the script it runs so there is no indication that the error was coming from our second command test -x rather than pip. --- .github/workflows/github-cxx-qt-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++