From 2704b9c6658db9e856e062547ce92736a9f41717 Mon Sep 17 00:00:00 2001 From: Martin <1403951401@qq.com> Date: Wed, 1 Jan 2025 17:22:36 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E9=BB=98=E8=AE=A4=E4=BD=BF=E7=94=A8=20ub?= =?UTF-8?q?untu-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 5f8f7d7..394c807 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"