diff options
Diffstat (limited to '.azurepipelines/templates')
-rw-r--r-- | .azurepipelines/templates/defaults.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/templates/defaults.yml b/.azurepipelines/templates/defaults.yml index d50aa3e6d4..bc1cd058cc 100644 --- a/.azurepipelines/templates/defaults.yml +++ b/.azurepipelines/templates/defaults.yml @@ -8,5 +8,5 @@ ##
variables:
- default_python_version: "3.11"
+ default_python_version: "3.12"
default_linux_image: "ghcr.io/tianocore/containers/fedora-37-test:a0dd931"
|