From cc48e97d40c59f6b5e782116f697760e610c556c Mon Sep 17 00:00:00 2001 From: Aleksandr Trushkin Date: Fri, 2 Feb 2024 18:50:31 +0300 Subject: [PATCH] update runner label --- .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 097a62f..37605f2 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: linux_arm64 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!"