diff --git a/.forgejo/workflows/print-contents.yaml b/.forgejo/workflows/print-contents.yaml index a4f760e..cab2f39 100644 --- a/.forgejo/workflows/print-contents.yaml +++ b/.forgejo/workflows/print-contents.yaml @@ -2,7 +2,7 @@ name: Print Contents on: [push] jobs: print-content: - runs-on: ubuntu-24.04 + runs-on: ubuntu-full-24.04 steps: - name: Checkout code uses: actions/checkout@v4