From 44d7f784946e4f8734ad71e5e6fdf96fa22e6b47 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 18:37:50 +0200 Subject: [PATCH] update what image the action runs on --- .forgejo/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 059d9a2..3aeeba4 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -9,7 +9,7 @@ on: jobs: hello: name: Print hello world - runs-on: default + runs-on: ubuntu steps: - uses: actions/checkout@v4 - uses: https://github.com/cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8