Skip to content

Commit ec43835

Browse files
authored
Update dotnetdesktop.yml
Modifying to specify windows-2019 to see if this fixes my build issue first.
1 parent 64587db commit ec43835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetdesktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: windows-latest
7+
runs-on: windows-2019
88

99
steps:
1010
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)