Skip to content

Commit d329418

Browse files
authored
Update build-and-test.yml
1 parent 316156c commit d329418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Setup .NET 8
21+
- name: Setup .NET 6
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: 8.x
24+
dotnet-version: 6.x
2525

2626
- name: Build and run tests
2727
run: dotnet fsi build.fsx test

0 commit comments

Comments
 (0)