From 16ae9702e6593ad0291f1533c9c65966cae37e4d Mon Sep 17 00:00:00 2001 From: codito Date: Mon, 16 Dec 2024 20:13:37 +0530 Subject: [PATCH] ci: use ubuntu-22.04 since mono is not in 24.04 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ee92722..f9714e4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -40,7 +40,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-22.04, windows-latest] runs-on: ${{ matrix.os }} needs: [version] env: