From 94b45cda23fd7beddd72b6f7c267feca4805b290 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 23 Oct 2024 14:03:01 +0000 Subject: [PATCH] Upgrade Fedora CI legs to 41 --- eng/pipelines/templates/variables/vmr-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/variables/vmr-build.yml b/eng/pipelines/templates/variables/vmr-build.yml index 8c83572d3a2d..365915ec4744 100644 --- a/eng/pipelines/templates/variables/vmr-build.yml +++ b/eng/pipelines/templates/variables/vmr-build.yml @@ -6,7 +6,7 @@ variables: - name: centOSStreamContainer value: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 - name: fedoraContainer - value: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40 + value: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41 - name: ubuntuContainer value: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 - name: ubuntuArmContainer @@ -19,7 +19,7 @@ variables: - name: centOSStreamName value: CentOSStream9 - name: fedoraName - value: Fedora40 + value: Fedora41 - name: ubuntuName value: Ubuntu2204 @@ -30,7 +30,7 @@ variables: - name: centOSStreamX64Rid value: centos.9-x64 - name: fedoraX64Rid - value: fedora.40-x64 + value: fedora.41-x64 - name: ubuntux64Rid value: ubuntu.22.04-x64 - name: ubuntuArm64Rid