diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 1eeb5e25..1c4c08f7 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -15,7 +15,6 @@ jobs: - name: Set up dotnet core uses: actions/setup-dotnet@v3 with: - dotnet-version: "6.0.x" dotnet-version: "8.0.x" - name: Restore cached part 1