Skip to content

Commit

Permalink
ci: build and test with .NET Core 3.1 SDK on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Jan 20, 2022
1 parent ac58dc9 commit 340c1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
os: [windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 3.1.x
- name: Build
run: dotnet build -c Release
- name: Test
Expand Down

0 comments on commit 340c1f9

Please sign in to comment.