File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8888 <!-- Linux musl libc queues -->
8989 <ItemGroup Condition =" $([MSBuild]::IsOSPlatform(Linux)) and $(PackageRid.Contains(musl))" >
9090 <!-- linux-musl-arm64 -->
91- <HelixAvailableTargetQueue Include =" ubuntu.2204.armarch$(QueueSuffix)@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17 -helix-arm64v8"
91+ <HelixAvailableTargetQueue Include =" ubuntu.2204.armarch$(QueueSuffix)@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20 -helix-arm64v8"
9292 Condition =" '$(HelixArchitecture)' == 'arm64'" >
93- <TestRunName >Alpine 3.17 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
93+ <TestRunName >Alpine 3.20 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
9494 </HelixAvailableTargetQueue >
9595 <!-- linux-musl-x64 -->
96- <HelixAvailableTargetQueue Include =" ubuntu.2204.amd64$(QueueSuffix)@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17 -helix-amd64"
96+ <HelixAvailableTargetQueue Include =" ubuntu.2204.amd64$(QueueSuffix)@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20 -helix-amd64"
9797 Condition =" '$(HelixArchitecture)' == 'x64'" >
98- <TestRunName >Alpine 3.17 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
98+ <TestRunName >Alpine 3.20 $(HelixArchitecture) $(HelixConfiguration)</TestRunName >
9999 </HelixAvailableTargetQueue >
100100 </ItemGroup >
101101
You can’t perform that action at this time.
0 commit comments