From 3ca664624ff7a729b956fdb3f7c4b79ac5b169c1 Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Tue, 12 Mar 2024 15:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BB=D0=B8=20=D0=BD=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index fedf13b..6aea9ff 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: new-site-runner + 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!"