From 5d7415078f2b4538e1b3bf1f9e13db17bc5ee625 Mon Sep 17 00:00:00 2001 From: guocheng Date: Wed, 29 Jul 2026 17:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=BA=E5=BA=A7=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bea979e..3806505 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,18 +11,12 @@ concurrency: jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-act-latest steps: - name: Checkout uses: https://gitee.com/actions-mirror/checkout@v4 - - name: Setup Python - uses: https://gitee.com/actions-mirror/setup-python@v5 - with: - python-version: "3.11" - cache: pip - - name: Configure pip mirror run: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple