[GH-ISSUE #2726] Windows container support? #1231

Open
opened 2026-03-01 21:49:50 +03:00 by kerem · 2 comments
Owner

Originally created by @ASmoliak on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/2726

Details

I'm trying to run a custom windows runner, but it doesn't seem to work. Other issues from a year or two ago state that windows runners aren't supported, but the docs don't seem to reflect that. What's the current state of act with windows runners?

Originally created by @ASmoliak on GitHub (Apr 9, 2025). Original GitHub issue: https://github.com/nektos/act/issues/2726 ### Details I'm trying to run a custom windows runner, but it doesn't seem to work. Other issues from a year or two ago state that windows runners aren't supported, but the docs don't seem to reflect that. What's the current state of act with windows runners?
Author
Owner

@solsticedhiver commented on GitHub (Apr 19, 2025):

Did you miss that in the act user guide:

If you want to run Windows and macOS based platforms and you are running act within that specific environment you can opt out of docker and run them directly on your host system.

Here are some examples

act -P ubuntu-latest=-self-hosted
act -P windows-latest=-self-hosted
act -P macos-latest=-self-hosted

I was able to run a Windows runner in a Windows VM. But it failed because of some dependency problem

<!-- gh-comment-id:2816864345 --> @solsticedhiver commented on GitHub (Apr 19, 2025): Did you miss that in the act user guide: > If you want to run Windows and macOS based platforms and you are running act within that specific environment you can opt out of docker and run them directly on your host system. > > Here are some examples > > > act -P ubuntu-latest=-self-hosted > act -P windows-latest=-self-hosted > act -P macos-latest=-self-hosted I was able to run a Windows runner in a Windows VM. But it failed because of some dependency problem
Author
Owner

@alexander-dream commented on GitHub (Apr 20, 2025):

I'll check this out later, thanks!

<!-- gh-comment-id:2817102706 --> @alexander-dream commented on GitHub (Apr 20, 2025): I'll check this out later, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1231
No description provided.