File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 uses : crazy-max/ghaction-setup-docker@v3
4848` ` `
4949
50- > [!IMPORTANT]
51- > macOS runners hang with latest QEMU 9.1.0. You need to install QEMU 9.0.2 as
52- > a workaround:
53- > ` ` ` yaml
54- > name: ci
55- >
56- > on:
57- > push:
58- >
59- > jobs:
60- > docker:
61- > runs-on: macos-13
62- > steps:
63- > -
64- > # https://github.com/crazy-max/ghaction-setup-docker/issues/108
65- > name: Install QEMU 9.0.2
66- > uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
67- > -
68- > name: Set up Docker
69- > uses: crazy-max/ghaction-setup-docker@v3
70- > ```
71- > More info: https://github.com/crazy-max/ghaction-setup-docker/issues/108.
72-
7350### Daemon configuration
7451
7552You 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