From 422f689b9791c81e46444801db9cbf71f5b53efa Mon Sep 17 00:00:00 2001 From: Jonathan DiLorenzo Date: Fri, 13 Dec 2024 12:11:40 -0500 Subject: [PATCH] Update ci-format.yml to pin Ubuntu CI version to 22.04 due to a build regression. Signed-off-by: Jonathan DiLorenzo --- .github/workflows/ci-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-format.yml b/.github/workflows/ci-format.yml index 44fb18e..b0b8fa8 100644 --- a/.github/workflows/ci-format.yml +++ b/.github/workflows/ci-format.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: