From 13b04272d8c368b2cdfca743e82ec7936a7324ef Mon Sep 17 00:00:00 2001 From: b0xxer Date: Thu, 17 Apr 2025 09:53:14 -0500 Subject: [PATCH] Update .gitea/workflows/demo.yml --- .gitea/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index a7004fc..394c807 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: rocky + 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!"