Skip to content

Commit

Permalink
Update CI dotnet sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
raymens committed Jan 23, 2024
1 parent 46f1728 commit 604ed47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:7.0
image: mcr.microsoft.com/dotnet/sdk:8.0

steps:
- name: Checkout
Expand All @@ -26,7 +26,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:7.0
image: mcr.microsoft.com/dotnet/sdk:8.0

steps:
- name: Checkout
Expand Down

0 comments on commit 604ed47

Please sign in to comment.