Fix workflow runner label to match declared runner labels.
Some checks failed
Build / build (push) Failing after 34s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Michael Mainguy 2025-10-16 08:43:28 -05:00
parent 52e2ecccb6
commit 2901106819

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: nginx-node
runs-on: linux_amd64
steps:
- name: Checkout code