From 69ac493ee85c3277fbb27543b7dcdd38d8f6c64d Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Wed, 7 Jan 2026 21:02:56 -0500 Subject: [PATCH] update runner label --- .forgejo/workflows/print-contents.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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