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>
13 lines
305 B
YAML
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"
|