From 55c7161c97af67c28501d920c620a62d02d76884 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Mon, 8 Jul 2024 20:18:47 -0400 Subject: [PATCH] try for noble --- .github/workflows/blogtini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blogtini.yml b/.github/workflows/blogtini.yml index c2ce3ec..901354c 100644 --- a/.github/workflows/blogtini.yml +++ b/.github/workflows/blogtini.yml @@ -34,7 +34,7 @@ concurrency: jobs: # Build job build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4