From fde5b24678ecbbfa153738cd3ba8ab21a2dbf5ff Mon Sep 17 00:00:00 2001 From: Tom Akehurst Date: Mon, 6 Jan 2025 14:57:34 +0000 Subject: [PATCH] Pinned Actions build to a lower ubuntu version in attempt to get publishing working again --- .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 30e82872..85b6af39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: # Build job build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v3