Skip to content

Commit

Permalink
ci-cd: Use dotnet SDK v8 in code test job (required for ubuntu-runner…
Browse files Browse the repository at this point in the history
… v24) (#423)

* Bump ubuntu-runner & add workflow to path for trigger

* Revert tp 22.04 for build-and-analyze.yml

* Re-test with 24.04

* In .NET setup action, use dotnet-version 8.0.x

* Set ubuntu-runner ver back to latest
  • Loading branch information
hggutvik authored Dec 10, 2024
1 parent ac19614 commit 4b3d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
8.0.x
- name: Build & Test
run: |
dotnet build Altinn.Receipt.sln -v m
Expand Down

0 comments on commit 4b3d064

Please sign in to comment.