From ef9d766ecb3a8ca314481920a0aa58b012ac924b Mon Sep 17 00:00:00 2001 From: Lyda <1829913225@qq.com> Date: Thu, 21 Aug 2025 12:00:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20test-cache-state?= =?UTF-8?q?=20GitHub=20Action=EF=BC=8C=E4=BF=AE=E6=94=B9=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=BA=20ubuntu-node-20=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20Node.js=2020=20=E7=9A=84=E7=89=B9=E6=80=A7?= =?UTF-8?q?=E5=92=8C=E4=BC=98=E5=8C=96=EF=BC=8C=E6=8F=90=E5=8D=87=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=9A=84=E5=85=BC=E5=AE=B9=E6=80=A7=E5=92=8C=E6=80=A7?= =?UTF-8?q?=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test-cache-state.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-cache-state.yml b/.gitea/workflows/test-cache-state.yml index 02e85e8..b1ca312 100644 --- a/.gitea/workflows/test-cache-state.yml +++ b/.gitea/workflows/test-cache-state.yml @@ -34,7 +34,7 @@ jobs: # 基础功能测试 test-basic-operations: if: ${{ inputs.test_scope == 'basic' || inputs.test_scope == 'full' }} - runs-on: ubuntu-latest + runs-on: ubuntu-node-20 outputs: test-value: ${{ steps.basic-test.outputs.state-value }} cache-hit: ${{ steps.basic-test.outputs.cache-hit }}