From a3a9a07387af77cb95f6d470b0039872b6f4a4a8 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 25 May 2024 12:20:45 +0800 Subject: [PATCH] pref: update ci runner --- .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 9432f97..d90dfb6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push] jobs: Deploy: - runs-on: self-hosted + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 with: