Skip to content

Commit 00094a8

Browse files
readme: remove qemu set up workaround
1 parent c87e33e commit 00094a8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,6 @@ jobs:
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
7451
You can [configure the Docker daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file)

0 commit comments

Comments
 (0)