ci: revert to node runner (ubuntu-latest gave no benefit)
Some checks failed
Deploy / deploy (push) Failing after 25s
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:
parent
79e14ea87d
commit
28f860724f
1 changed files with 3 additions and 4 deletions
|
|
@ -8,10 +8,9 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
# `ubuntu-latest` => catthehacker/ubuntu:act-22.04, which bundles the docker
|
# `node` => node:22-bookworm (small, fast). We install the docker CLI below.
|
||||||
# CLI. NOTE: it still needs the runner to mount /var/run/docker.sock for the
|
# Requires the runner to mount /var/run/docker.sock into jobs (see repo docs).
|
||||||
# daemon to be reachable — the image alone doesn't provide that.
|
runs-on: node
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue