From 91e7617961cb64da8183b4f2fa3875138b17351e Mon Sep 17 00:00:00 2001 From: Dominick Baier Date: Tue, 30 Jan 2024 20:02:04 +0100 Subject: [PATCH] update GHA --- .github/workflows/main_duendesoftware-certification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_duendesoftware-certification.yml b/.github/workflows/main_duendesoftware-certification.yml index 1d44fe3..2ba1b67 100644 --- a/.github/workflows/main_duendesoftware-certification.yml +++ b/.github/workflows/main_duendesoftware-certification.yml @@ -19,8 +19,8 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' - include-prerelease: true + dotnet-version: '8.0.x' + include-prerelease: false - name: Build with dotnet run: dotnet build --configuration Release