From 78c1495418a97c90579b4e51a45b60d674bf1a0d Mon Sep 17 00:00:00 2001 From: subcrip Date: Tue, 2 Apr 2024 14:55:45 +0800 Subject: [PATCH] chore(nightly): change machine label --- .gitea/workflows/build_nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_nightly.yaml b/.gitea/workflows/build_nightly.yaml index 8404c6c..43f343b 100644 --- a/.gitea/workflows/build_nightly.yaml +++ b/.gitea/workflows/build_nightly.yaml @@ -3,7 +3,7 @@ on: [ push ] jobs: build: - runs-on: ubuntu20.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3