Skip to content

Commit

Permalink
update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jan 30, 2024
1 parent bf3a1d7 commit 91e7617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_duendesoftware-certification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91e7617

Please sign in to comment.