Skip to content

Commit

Permalink
Update .NET version in CI workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Oct 29, 2024
1 parent efd3d3f commit 5327798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x.x
dotnet-version: 8.x.x
- name: make script executable
run: chmod u+x build.sh
- name: Build and test
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x.x
dotnet-version: 8.x.x
- name: Build and test
working-directory: ./
run: ./build.cmd runtests

0 comments on commit 5327798

Please sign in to comment.