Skip to content

Commit

Permalink
Use windows instead of ubuntu to meet .NET 4.6.1 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Sep 8, 2020
1 parent ce6aefb commit 224b3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netlicensing-csharp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlicensing-csharp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
publish-nuget:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
Expand Down

0 comments on commit 224b3fb

Please sign in to comment.