Skip to content

Commit f78d1a9

Browse files
author
Ahmad Noman Musleh
committed
Changed Github actions run on to Windows OS
1 parent 43426c5 commit f78d1a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_nuget_package_prereleased.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: windows-latest
1010

1111
steps:
1212
- uses: actions/checkout@v2

.github/workflows/publish_nuget_package_released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: windows-latest
1010

1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)