commit b979b0fba3c024a165bfbb4959d3e91e425dd010 parent ce34c1379e47c30f987097668fc2e62569936d0c Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 24 Mar 2024 18:25:43 +0100 Fix runner Diffstat:
| M | .forgejo/workflows/update.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml @@ -11,7 +11,7 @@ permissions: jobs: components: - runs-on: ubuntu-latest + runs-on: docker steps: - name: Check out code uses: actions/checkout@v4