diff --git a/.github/workflows/benchmark-action.yml b/.github/workflows/benchmark-action.yml index 3095ac93fa..9225527616 100644 --- a/.github/workflows/benchmark-action.yml +++ b/.github/workflows/benchmark-action.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.101' + dotnet-version: '3.1.426' - name: Run benchmark run: cd tests/Microsoft.Identity.Test.Performance && dotnet run -c release -f netcoreapp3.1 --exporters json