From a560cc92317a704f53911d97aca02f357b9a8ae1 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Mon, 1 Jul 2024 16:54:04 +0000 Subject: [PATCH] build: test ubuntu-22.04 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 29303d5..338d540 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Find out interesting things about this runner run: |