fix: route ISO builds to iso-builder runner (ThinkPad only)

VPS runner was sniping jobs and failing instantly (no build env).
Changed runs-on from ubuntu-latest to iso-builder label, which only
the ThinkPad runner has registered.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-04-10 00:50:44 +01:00
parent f8cf0afbfc
commit 88bdba19db

View File

@@ -7,7 +7,7 @@ on:
jobs:
build-iso:
runs-on: ubuntu-latest
runs-on: iso-builder
timeout-minutes: 60
steps:
- name: Checkout