You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows and macOS based platforms are currently **unsupported and won't work** (see issue [#97](https://github.com/nektos/act/issues/97))
16
+
If you want to run Windows and macOS based platforms and you are running act within that specfic environment you can opt out of docker and run them directly on your host system.
17
+
18
+
Here are some examples
19
+
```sh
20
+
act -P ubuntu-latest=-self-hosted
21
+
act -P windows-latest=-self-hosted
22
+
act -P macos-latest=-self-hosted
23
+
```
17
24
18
25
## Default runners are intentionally incomplete
19
26
@@ -30,7 +37,7 @@ If you need an environment that works just like the corresponding GitHub runner
30
37
31
38
:warning::elephant:`*** WARNING - this image is >18GB 😱***`
32
39
33
-
-[`catthehacker/ubuntu:full-*`](https://github.com/catthehacker/docker_images/pkgs/container/ubuntu) - built from Packer template provided by GitHub, see [catthehacker/virtual-environments-fork](https://github.com/catthehacker/virtual-environments-fork) or [catthehacker/docker_images](https://github.com/catthehacker/docker_images) for more information
40
+
-[`catthehacker/ubuntu:full-*`](https://github.com/catthehacker/docker_images/pkgs/container/ubuntu) - filesystem dump of the Runners provided by GitHub, see [`ChristopherHX/runner-image-blobs`](https://github.com/ChristopherHX/runner-image-blobs) or [`catthehacker/docker_images`](https://github.com/catthehacker/docker_images) for more information
0 commit comments