From 345b3a2a2b1c346329af940d2128f520ab787d60 Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Fri, 18 Jul 2025 11:32:41 +0100 Subject: [PATCH] use rust runner --- .gitea/workflows/cargo.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 7b25bf1..d352af3 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -4,18 +4,11 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: rust-latest steps: - name: Check out repository code uses: actions/checkout@v4 - - name: Install latest stable - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - components: rustfmt, clippy - - name: Build Project uses: actions-rs/cargo@v1 with: