From 081331331c2e0bb5b83c8e24051e5ab76fef9cfa Mon Sep 17 00:00:00 2001 From: b0xxer Date: Thu, 17 Apr 2025 11:33:04 -0500 Subject: [PATCH] Update .gitea/workflows/demo.yml --- .gitea/workflows/demo.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index ba0c752..c5bfca7 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -4,9 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest - container: - options: --security-opt label=disable --security-opt seccomp=unconfined + runs-on: alma9 steps: - run: echo We are running!