From cd080c58af104a7ea32f5510f14b1febf7f6e62c Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Wed, 4 Dec 2024 16:57:50 -0800 Subject: [PATCH] install mono --- .github/workflows/ci.yml | 2 +- builder.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeb469f..f5a3509 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: ./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-ubuntu-20-aarch64 build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }} linux-compiler-compat: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: matrix: compiler: diff --git a/builder.json b/builder.json index 79c8c91..dc6c2a7 100644 --- a/builder.json +++ b/builder.json @@ -89,6 +89,13 @@ "variants": { "mono_test" : { + "hosts": { + "ubuntu": { + "+packages": [ + "mono-runtime" + ] + } + }, "!test_steps": [ "dotnet build tests/tests.csproj -t:MonoTest {build_tests_args} --configuration Debug" ]