File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 4646 uses : step-security/ghaction-setup-docker@v3
4747` ` `
4848
49- > [!IMPORTANT]
50- > macOS runners hang with latest QEMU 9.1.0. You need to install QEMU 9.0.2 as
51- > a workaround:
52- > ` ` ` yaml
53- > name: ci
54- >
55- > on:
56- > push:
57- >
58- > jobs:
59- > docker:
60- > runs-on: macos-13
61- > steps:
62- > -
63- > # https://github.com/crazy-max/ghaction-setup-docker/issues/108
64- > name: Install QEMU 9.0.2
65- > uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
66- > -
67- > name: Set up Docker
68- > uses: crazy-max/ghaction-setup-docker@v3
69- > ```
70- > More info: https://github.com/crazy-max/ghaction-setup-docker/issues/108.
71-
7249### Daemon configuration
7350
7451You can [configure the Docker daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file)
You can’t perform that action at this time.
0 commit comments