Skip to content

Commit 1b66090

Browse files
committed
gdb: use python 3.12
Signed-off-by: Anas Nashif <[email protected]>
1 parent ff0e50a commit 1b66090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ jobs:
741741
else
742742
# Use Python 3.10 for non-Canadian Linux and macOS builds
743743
cat <<EOF >> .config
744-
CT_GDB_CROSS_PYTHON_BINARY="python3.10"
744+
CT_GDB_CROSS_PYTHON_BINARY="python3.12"
745745
EOF
746746
fi
747747

0 commit comments

Comments
 (0)