From 31a51fd76f2c9680561d4a00d692693600169d23 Mon Sep 17 00:00:00 2001 From: potzplitz Date: Sun, 5 Jan 2025 20:15:44 -0500 Subject: [PATCH] .github/workflows/maven.yml aktualisiert --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ada6ef7..89a4e47 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -9,7 +9,7 @@ on: jobs: publish: - runs-on: debian-latest + runs-on: docker steps: - name: Checkout Repository uses: actions/checkout@v3