From fb7c20c44dc832da2f9f94b51d3ae4075b97c2cf Mon Sep 17 00:00:00 2001 From: Douglas Miller Date: Thu, 6 Feb 2025 14:58:53 -0600 Subject: [PATCH] fix: Lock down CI to ubuntu-22-04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed963f84..719a2552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ concurrency: cancel-in-progress: true jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Dotnet ${{ matrix.dotnet }} tests strategy: matrix: