From 7ae448d5aae9a7b1630d8ac06f670c6f154235f9 Mon Sep 17 00:00:00 2001 From: Douglas Miller Date: Tue, 2 Dec 2025 16:56:49 -0600 Subject: [PATCH] fix: Lock down CI to unbutu-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 15643779..e8793202 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: