ci: route CI/bots to mac runner; keep deploy on NAS

This commit is contained in:
2026-02-28 15:28:49 +01:00
parent 1cbfc02670
commit 402ffb04cd
5 changed files with 6 additions and 11 deletions

View File

@@ -3,7 +3,6 @@ on: [push, workflow_dispatch]
jobs:
smoke:
runs-on: ubuntu-latest
steps:
runs-on: mac-ci steps:
- run: node -v && npm -v
- run: echo "runner OK"