From a10175199523914d59d56590017faad62a7e9c16 Mon Sep 17 00:00:00 2001 From: Fazzani Date: Mon, 16 Dec 2024 16:22:31 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a76e43..c8c111d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: Build and test steps: @@ -32,4 +32,4 @@ jobs: - name: Unit tests run: dotnet test --no-restore --verbosity normal - shell: bash \ No newline at end of file + shell: bash