Change runner label to native

This commit is contained in:
Savanni D'Gerinel 2025-03-27 23:47:16 -04:00
parent 0e45e22cac
commit 45cde32ff2

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: beacon
runs-on: native
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "This job is now running on ${{ runner.os }} server hosted by Gitea!"