Files
EDK2-fork/.azurepipelines/templates/defaults.yml
Oliver Steffen 9418a9f1e7 .azurepipelines: Use Fedora 41 image for Linux CI jobs
Fedora 40, which is currently used as the base image for
the Linux jobs in the CI, is EOL.
Switch over to the Fedora 41 image (gcc 14).

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
2025-08-07 03:06:01 +00:00

13 lines
305 B
YAML

## @file
# File templates/default.yml
#
# template file containing common default values
#
# Copyright (c) Red Hat, Inc.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
variables:
default_python_version: "3.12"
default_linux_image: "ghcr.io/tianocore/containers/fedora-41-test:4dbfa9e"