Skip to content

Commit 224b3fb

Browse files
committed
Use windows instead of ubuntu to meet .NET 4.6.1 requirements
1 parent ce6aefb commit 224b3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/netlicensing-csharp-ci.yml

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

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: windows-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup .NET Core

.github/workflows/netlicensing-csharp-release.yml

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

1010
jobs:
1111
publish-nuget:
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup .NET Core

0 commit comments

Comments
 (0)