From 2c7ebe6b05d7c0f65cf8e11f727dfbeb8b55f16f Mon Sep 17 00:00:00 2001 From: "Kyle J. Turpin" Date: Tue, 21 Jul 2026 20:23:04 -0500 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dfbc283..24f4999 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ on: jobs: rustfmt: name: Format Check - runs-on: MiniServ-nix-runner + runs-on: nix steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable @@ -23,7 +23,7 @@ jobs: clippy: name: Lint - runs-on: MiniServ-nix-runner + runs-on: nix steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable @@ -33,7 +33,7 @@ jobs: test: name: Tests - runs-on: MiniServ-nix-runner + runs-on: nix steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable