use ubuntu-latest label for demo workflow

This commit is contained in:
2025-05-09 12:22:08 -05:00
parent c603b7118e
commit 140a4fdaeb
+1 -1
View File
@@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
Explore-Gitea-Actions:
runs-on: local-dev
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!"