Skip to content

Commit 98bd66e

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

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
@@ -737,7 +737,7 @@ jobs:
737737
else
738738
# Use Python 3.10 for non-Canadian Linux and macOS builds
739739
cat <<EOF >> .config
740-
CT_GDB_CROSS_PYTHON_BINARY="python3.10"
740+
CT_GDB_CROSS_PYTHON_BINARY="python3.12"
741741
EOF
742742
fi
743743

0 commit comments

Comments
 (0)