From 7f9bf0c1dcc120715beafef8420ae837655226ac Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Fri, 26 Apr 2024 22:05:43 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 3e584fa..a9d63fe 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -7,7 +7,7 @@ on: jobs: build_act: - runs-on: 'ubuntu-latest' + runs-on: 'priviliged' steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh @@ -32,7 +32,7 @@ jobs: git.euph.dev/actions/runner-basic:${{ gitea.run_number }} build_php: - runs-on: 'ubuntu-latest' + runs-on: 'priviliged' needs: build_act strategy: matrix: @@ -62,7 +62,7 @@ jobs: git.euph.dev/actions/runner-php-${{ matrix.version }}:${{ gitea.run_number }} build_java: - runs-on: 'ubuntu-latest' + runs-on: 'priviliged' needs: build_act strategy: matrix: