Skip to content

Commit 9e6858b

Browse files
committed
.github: Use 'python3' for linux builds.
Just use whatever random python version the host supplies. Signed-off-by: Keith Packard <[email protected]>
1 parent 6fdadcf commit 9e6858b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,9 @@ jobs:
739739
CT_GDB_CROSS_PYTHON_BINARY="${LIBPYTHON_KIT_ROOT}/bin/python"
740740
EOF
741741
else
742-
# Use Python 3.10 for non-Canadian Linux and macOS builds
742+
# Use host Python 3 for non-Canadian Linux and macOS builds
743743
cat <<EOF >> .config
744-
CT_GDB_CROSS_PYTHON_BINARY="python3.12"
744+
CT_GDB_CROSS_PYTHON_BINARY="python3"
745745
EOF
746746
fi
747747

0 commit comments

Comments
 (0)