From 0cbfa2a26a9e87c7b51dfd8a0f4fd12caf5dc597 Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:59:35 +0300 Subject: [PATCH] Update illumos-x64-runtime-build.yml --- .github/workflows/illumos-x64-runtime-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/illumos-x64-runtime-build.yml b/.github/workflows/illumos-x64-runtime-build.yml index 4b54b7d..9962055 100644 --- a/.github/workflows/illumos-x64-runtime-build.yml +++ b/.github/workflows/illumos-x64-runtime-build.yml @@ -14,7 +14,7 @@ jobs: run: | git clone https://github.com/dotnet/runtime --single-branch --depth 1 docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \ - mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \ + mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \ /runtime/build.sh clr+libs+packs -c Debug -os illumos -cross -gcc coreclr_Release: @@ -27,7 +27,7 @@ jobs: run: | git clone https://github.com/dotnet/runtime --single-branch --depth 1 docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \ - mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \ + mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \ /runtime/build.sh clr+libs+packs -c Release -os illumos -cross -gcc mono_Debug: @@ -40,7 +40,7 @@ jobs: run: | git clone https://github.com/am11/runtime --single-branch --depth 1 docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \ - mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \ + mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \ /runtime/build.sh mono+libs+packs -c Debug -os illumos -cross -gcc mono_Release: @@ -53,5 +53,5 @@ jobs: run: | git clone https://github.com/am11/runtime --single-branch --depth 1 docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \ - mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \ + mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \ /runtime/build.sh mono+libs+packs -c Release -os illumos -cross -gcc