From 0e26f7bf56a80e0a20f4af53fc5ff92fd80708d5 Mon Sep 17 00:00:00 2001 From: Brooke Date: Tue, 7 May 2024 04:48:01 -0400 Subject: [PATCH] change runner tag --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d6f4fc7..cd91bd3 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,7 +7,7 @@ on: jobs: test: - runs-on: hugo-latest + runs-on: ubuntu-22.04 steps: - name: Running Page Speed Insights uses: jakepartusch/psi-action@v1.3