From 41f1290004e8cd5bd2a52abc16cea6f6a2dfc5fc Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Mon, 15 Dec 2025 12:17:11 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bb64be1..36d920b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,24 +11,8 @@ jobs: - name: System Info run: uname -m - - name: Setup - run: | - apt update -y - apt install -y curl gnupg - curl -fsSL https://deb.nodesource.com/setup_20.x | bash - - apt install -y nodejs - - - name: Install Determinate Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@main - - - name: Confirm Determinate Nix - run: determinate-nixd version - arm64: - runs-on : [nix-latest, arm64-builder] + runs-on : [ubuntu-24.04, arm64-builder] steps: - name: System Info - run: uname -m - - - name: Confirm Nix - run: nix --version \ No newline at end of file + run: uname -m \ No newline at end of file