Running jobs locally without Docker? #5966
-
|
Do understand the documentation correctly in that i can run the actions locally on the host by using |
Beta Was this translation helpful? Give feedback.
Answered by
solsticedhiver
Mar 19, 2026
Replies: 1 comment
-
|
yes. by self-hosted, you're telling act to use the currently running host. This is what I am doing for a Windows Github Actions. I am launching a Windows VM, and use act (that I have installed with chocolatey/choco) inside by running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kagee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes. by self-hosted, you're telling act to use the currently running host.
This is what I am doing for a Windows Github Actions. I am launching a Windows VM, and use act (that I have installed with chocolatey/choco) inside by running
act -P windows-latest=-self-hosted