From c7f1f90fe3afa88a230eb85894912057a3d9978b Mon Sep 17 00:00:00 2001 From: Ember Date: Wed, 29 Jan 2025 23:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9workflow=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/buildsite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/buildsite.yaml b/.gitea/workflows/buildsite.yaml index dbdd561..0de426f 100644 --- a/.gitea/workflows/buildsite.yaml +++ b/.gitea/workflows/buildsite.yaml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: NEUxiaozhan + runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v4