From a8a8be6700f17703268f08531446af648dca9fc5 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 18:31:45 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4ae3755..86ebc1a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,13 +6,12 @@ on: jobs: test-amd64: - runs-on: [ubuntu-24.04, amd64-builder] + runs-on: [rust-latest, amd64-builder] steps: - name: Install rustup run: | apt update -m apt install -y curl - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ls test-arm64: @@ -22,5 +21,4 @@ jobs: run: | apt update -m apt install -y curl - ls - cargo build + ls \ No newline at end of file