From 790a7a74c1816688fa8c25625a0fe09b2c81a27f Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 5 Aug 2023 11:45:33 +0800 Subject: [PATCH] ci: update config --- .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 76bd5df..3580b59 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push] jobs: deploy: - runs-on: linux_amd64:host + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3