ci: revert to node runner (ubuntu-latest gave no benefit)
Some checks failed
Deploy / deploy (push) Failing after 25s

Socket-not-mounted is a runner-config issue, independent of job image.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Заид Омар Медхат | Zaid Omar Medhat 2026-07-09 12:35:01 +05:00
parent 79e14ea87d
commit 28f860724f

View file

@ -8,10 +8,9 @@ on:
jobs:
deploy:
# `ubuntu-latest` => catthehacker/ubuntu:act-22.04, which bundles the docker
# CLI. NOTE: it still needs the runner to mount /var/run/docker.sock for the
# daemon to be reachable — the image alone doesn't provide that.
runs-on: ubuntu-latest
# `node` => node:22-bookworm (small, fast). We install the docker CLI below.
# Requires the runner to mount /var/run/docker.sock into jobs (see repo docs).
runs-on: node
steps:
- name: Checkout
uses: actions/checkout@v4