From 03fd2832acf411cc3a6fea185302efb3c1a7abf0 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Thu, 14 Mar 2024 11:26:03 -0700 Subject: [PATCH] [CI] Install net8.0 --- .github/workflows/run_integration_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 6a26afea..1eeb5e25 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: "6.0.x" + dotnet-version: "8.0.x" - name: Restore cached part 1 id: restore-cache-p1