From 8c505ca6921b5f7e9b8acc234cc8f15035537ee4 Mon Sep 17 00:00:00 2001 From: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:29:08 -0500 Subject: [PATCH] Update Fedora to 41 as 39 is out of support (#5051) --- eng/pipelines/pipeline-resources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/pipeline-resources.yml b/eng/pipelines/pipeline-resources.yml index 066fe70d13..a94c94b60b 100644 --- a/eng/pipelines/pipeline-resources.yml +++ b/eng/pipelines/pipeline-resources.yml @@ -72,7 +72,7 @@ extends: options: '--env PYTHONPATH=/usr/bin/python3.9' test_fedora: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41 options: --cap-add=SYS_PTRACE test_opensuse_15_2: