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

Merged
Archicratia merged 1 commits from chore/route-ci-to-mac-runner into main 2026-02-28 14:29:36 +00:00
5 changed files with 6 additions and 11 deletions

View File

@@ -22,8 +22,7 @@ concurrency:
jobs:
apply-approved:
runs-on: ubuntu-latest
container:
runs-on: mac-ci container:
image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm
steps:

View File

@@ -22,8 +22,7 @@ concurrency:
jobs:
reject:
runs-on: ubuntu-latest
container:
runs-on: mac-ci container:
image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm
steps:

View File

@@ -6,8 +6,7 @@ on:
jobs:
label:
runs-on: ubuntu-latest
steps:
runs-on: mac-ci steps:
- name: Apply labels from Type/State/Category
env:
FORGE_BASE: ${{ vars.FORGE_API || vars.FORGE_BASE }}

View File

@@ -3,7 +3,7 @@ name: CI
on:
push:
pull_request:
branches: [master]
branches: [main]
workflow_dispatch:
env:
@@ -15,8 +15,7 @@ defaults:
jobs:
build-and-anchors:
runs-on: ubuntu-latest
container:
runs-on: mac-ci container:
image: mcr.microsoft.com/devcontainers/javascript-node:22-bookworm
steps:

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"