diff --git a/.gitea/workflows/cargo-test.yml b/.gitea/workflows/cargo-test.yml index 0aa402b..8a62403 100644 --- a/.gitea/workflows/cargo-test.yml +++ b/.gitea/workflows/cargo-test.yml @@ -12,7 +12,7 @@ env: jobs: test: name: Test - runs-on: ubuntu-latest + runs-on: rust-latest steps: - name: Checkout repo diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 142d2c9..d3fe08c 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -10,15 +10,12 @@ env: jobs: build: name: Cargo build release - runs-on: ubuntu-latest + runs-on: rust-latest steps: - name: Checkout repo uses: actions/checkout@v4 - - name: Update - run: apt update - - name: Check formatting run: cargo fmt --all -- --check