From f455b7809e58c7a66ef2608c4e8b12446ada823b Mon Sep 17 00:00:00 2001 From: thehrz Date: Sat, 5 Aug 2023 11:48:00 +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 3580b59..d5814cb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push] jobs: deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.04:host steps: - uses: actions/checkout@v3