wf
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-21 02:21:11 -07:00
parent 08a134193a
commit 0ddfe92f69
+4 -4
View File
@@ -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