From 45cde32ff27f9f32cba78aaaadd53515150ac42f Mon Sep 17 00:00:00 2001
From: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Date: Thu, 27 Mar 2025 23:47:16 -0400
Subject: [PATCH] Change runner label to native

---
 .gitea/workflows/actions.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml
index ca416a0..4dd001d 100644
--- a/.gitea/workflows/actions.yaml
+++ b/.gitea/workflows/actions.yaml
@@ -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!"