Skip to content

Commit

Permalink
Revert to windows-2019 for old .net
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxantron authored Feb 18, 2022
1 parent a5c400a commit df066e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
Build:
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2

Expand All @@ -44,7 +44,7 @@ jobs:

UnitTests:
needs: [Build]
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2

Expand All @@ -66,7 +66,7 @@ jobs:

Codecov:
needs: [UnitTests]
runs-on: windows-latest
runs-on: windows-2019
steps:
- name: Download test results
uses: actions/download-artifact@v2
Expand All @@ -81,7 +81,7 @@ jobs:

Documentation:
needs: [Build]
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2

Expand All @@ -99,7 +99,7 @@ jobs:
Publish:
needs: [Build, UnitTests]
if: ${{ github.event_name == 'push' }}
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -139,4 +139,4 @@ jobs:
MORYX_NUGET_APIKEY: ${{secrets.NUGET_TOKEN}}
MORYX_PACKAGE_TARGET: "https://api.nuget.org/v3/index.json"
MORYX_PACKAGE_TARGET_V3: "https://api.nuget.org/v3/index.json"
run: ./Build.ps1 -Publish
run: ./Build.ps1 -Publish

0 comments on commit df066e3

Please sign in to comment.