Skip to content

Commit 3d5fad4

Browse files
authored
github: update the python version for the macOS Qt 6 runner (#1353)
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.
1 parent aaa0d36 commit 3d5fad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-cxx-qt-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
qt_qpa_platform: cocoa
348348
compiler_cache_path: /Users/runner/Library/Caches/Mozilla.sccache
349349
sccache_log_path: /Users/runner/Library/Caches/Mozilla.sccache.log.txt
350-
clang_format_path: /Users/runner/Library/Python/3.13/bin/clang-format
350+
clang_format_path: /Users/runner/Library/Python/3.14/bin/clang-format
351351
cargo_dir: ~/.cargo
352352
cc: clang
353353
cxx: clang++

0 commit comments

Comments
 (0)