Skip to content

Commit 6673620

Browse files
revert benchmark script to .net 8
1 parent 89a0549 commit 6673620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up .NET
4040
uses: actions/setup-dotnet@v2
4141
with:
42-
dotnet-version: "9.0.x" # Adjust based on your target framework
42+
dotnet-version: "8.0.x" # Adjust based on your target framework
4343

4444
- name: Install k6
4545
run: |

0 commit comments

Comments
 (0)