Skip to content

Commit a8ee6f4

Browse files
committed
r
1 parent 8d67af6 commit a8ee6f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: windows-latest
7+
runs-on: ubuntu-latest
88
defaults:
99
run:
1010
working-directory: ./src
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: Setup dotnet 8
14+
uses: actions/setup-dotnet@v4
15+
with:
16+
dotnet-version: '8.0.x'
1317
- name: Configure NuGet source
1418
run: |
1519
dotnet nuget add source --name ProCoSysOfficial \

0 commit comments

Comments
 (0)