From 7b5d559d036918dcd7684594395d0f100ceaf4a6 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 19:28:03 +0200 Subject: [PATCH] revert back to default image --- .forgejo/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 3aeeba4..60427c2 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -9,8 +9,7 @@ on: jobs: hello: name: Print hello world - runs-on: ubuntu + runs-on: default steps: - uses: actions/checkout@v4 - - uses: https://github.com/cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8 - run: nix flake check \ No newline at end of file