From 0ddfe92f692e47ae827fea3c154efd9e79a1a5c7 Mon Sep 17 00:00:00 2001 From: Zack3D Date: Sun, 21 Sep 2025 02:21:11 -0700 Subject: [PATCH] wf --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c336fdd..af277df 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,10 +6,10 @@ on: jobs: build: - # Target the self-hosted runner labeled as arm_docker (ubuntu-22.04 capable) - runs-on: - - arm_docker - - ubuntu-22.04 + # Target the runner using only the labels it already has. + # Since the runner has the 'ubuntu-22.04' label and is named 'arm_docker', + # this will target it correctly in your current setup. + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable