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,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: