Change default python version to 3.12 for image builds (#107209)
This commit is contained in:
parent
00ff93a69e
commit
8017661d31
1 changed files with 1 additions and 1 deletions
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
env:
|
||||
BUILD_TYPE: core
|
||||
DEFAULT_PYTHON: "3.11"
|
||||
DEFAULT_PYTHON: "3.12"
|
||||
|
||||
jobs:
|
||||
init:
|
||||
|
|
Loading…
Add table
Reference in a new issue