From f03e5694ccd493e98464c007eab3ea50ff630e2d Mon Sep 17 00:00:00 2001 From: Peter Occil Date: Fri, 20 Dec 2024 08:40:34 -0500 Subject: [PATCH] edit workflow --- .github/workflows/Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 5bde20e2..9b19b889 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -18,13 +18,13 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0' + dotnet-version: '9.0' - name: Test run: | dotnet add CBORTest package Microsoft.NET.Test.Sdk # Update is required for GitHubActionsTestLogger to print anything dotnet add CBORTest package GitHubActionsTestLogger dotnet add CBORTest package NUnit3TestAdapter - dotnet test CBORTest -c Release --blame-hang-timeout 10s -v diag + dotnet test CBORTest -c Release --blame-hang-timeout 10s -v d permissions: contents: read