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