From eeb2f4ccf33420d9cab4e5957be8058217487d21 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 29 Sep 2025 20:20:37 -0400 Subject: [PATCH] fixed runner --- .forgejo/workflows/flake-updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/flake-updater.yml b/.forgejo/workflows/flake-updater.yml index 2787f73..4e7fa11 100644 --- a/.forgejo/workflows/flake-updater.yml +++ b/.forgejo/workflows/flake-updater.yml @@ -6,7 +6,7 @@ on: jobs: update_lockfile: - runs-on: ubuntu-latest + runs-on: codeberg-tiny steps: - name: Checkout repository uses: actions/checkout@v4