Skip to content

Commit b388b57

Browse files
readme updated
1 parent 446aa11 commit b388b57

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +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-
> name: Install QEMU 9.0.2
64-
> uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
65-
> -
66-
> name: Set up Docker
67-
> uses: step-security/ghaction-setup-docker@v3
68-
> ```
69-
7049
### Daemon configuration
7150
7251
You can [configure the Docker daemon](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file)

0 commit comments

Comments
 (0)