Skip to content

Commit e2ca8d9

Browse files
committed
CI: setup .NET Core 3.1
1 parent c79ded7 commit e2ca8d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ jobs:
1515
package:
1616
# build, test, and deploy the core package on Linux
1717
name: Package
18-
runs-on: windows-latest
18+
runs-on: ubuntu-latest
1919
env:
2020
CSPROJ_CORE: src/Spectrogram/Spectrogram.csproj
2121
CSPROJ_TESTS: src/Spectrogram.Tests/Spectrogram.Tests.csproj
2222
steps:
2323
- name: 🛒 Checkout
2424
uses: actions/checkout@v2
25+
- name: ✨ Setup .NET Core 3.1
26+
uses: actions/setup-dotnet@v1
27+
with:
28+
dotnet-version: "3.1.x"
2529
- name: ✨ Setup .NET 6
2630
uses: actions/setup-dotnet@v1
2731
with:

0 commit comments

Comments
 (0)