From 928a1a8370b6607147cebb034548e830280769a5 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Fri, 15 May 2026 15:52:06 +0800 Subject: [PATCH] =?UTF-8?q?[STYLE]=20=E8=AA=BF=E6=95=B4=20Demo=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=A8=99=E7=B1=A4=E7=82=BA=20ubuntu-latest=20?= =?UTF-8?q?=E6=90=AD=E9=85=8D=20demo\n\n1.=20=E5=B0=87=20runs-on=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=BA=20[ubuntu-latest,=20demo]\n2.=20?= =?UTF-8?q?=E6=AD=A4=E8=88=89=E8=83=BD=E7=A2=BA=E4=BF=9D=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20Runner=20=E9=A0=90=E8=A8=AD=E7=9A=84=20ubuntu=20=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E6=A8=99=E7=B1=A4=E4=B8=A6=E7=B2=BE=E7=A2=BA=E9=8E=96?= =?UTF-8?q?=E5=AE=9A=E8=87=B3=20demo=20=E5=B0=88=E7=94=A8=E6=A9=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-demo.yaml b/.gitea/workflows/deploy-demo.yaml index cde624d..872927a 100644 --- a/.gitea/workflows/deploy-demo.yaml +++ b/.gitea/workflows/deploy-demo.yaml @@ -7,7 +7,7 @@ on: jobs: deploy-demo: - runs-on: [self-hosted, demo] + runs-on: [ubuntu-latest, demo] steps: - name: Checkout Code uses: actions/checkout@v3