From c0a175ec7faeab6f93351eb310f6f615f0c6439f Mon Sep 17 00:00:00 2001 From: iofq Date: Sat, 27 Sep 2025 13:58:46 -0500 Subject: [PATCH] fix: use ubuntu-latest with nix-installer action for now --- .forgejo/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index e561bd0..f7bd657 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -1,7 +1,8 @@ on: [push] jobs: check: - runs-on: nix-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@main - run: nix flake check