Skip to content

Commit 27fe3a9

Browse files
authored
Update windows.yaml
1 parent 26b2380 commit 27fe3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [workflow_dispatch]
44
jobs:
55
build:
66
name: Run Script
7-
runs-on: windows-latest
7+
runs-on: [Windows, x64, Self-hosted]
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Script
1111
run: .\script.ps1
12-
shell: powershell
12+
shell: powershell

0 commit comments

Comments
 (0)