Skip to content

Commit 744ff0f

Browse files
committed
Fix .NET version in benchmark runner and update command for version updater script
1 parent ed48807 commit 744ff0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet_benchmark_runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: write
1515

1616
env:
17-
DOTNET_VERSION: '10.x'
17+
DOTNET_VERSION: '8.x'
1818
BENCH_CATEGORY: 'CI'
1919
ARTIFACT_RETENTION_DAYS: '1'
2020
TERM: xterm
@@ -72,7 +72,7 @@ jobs:
7272
git reset --hard origin/gh-pages
7373
7474
# Run the updater script
75-
dotnet tools/dotnet-version-updater.cs
75+
dotnet dotnet-version-updater.cs
7676
7777
# Commit and push the updated JSON
7878
git add dotnet-versions.json

0 commit comments

Comments
 (0)