Skip to content

Commit 7721dd9

Browse files
committed
chore: updating dotnet CI
1 parent 2168a42 commit 7721dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
#fail-fast: false
2626
matrix:
2727
os: [ windows-latest, macOS-latest ]
28-
dotnet: [ '5.0.x' ]
28+
dotnet: [ '6.0.x' ]
2929
runs-on: ${{ matrix.os }}
3030

3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Setup .NET
34-
uses: actions/setup-dotnet@v1
34+
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: ${{ matrix.dotnet }}
3737
- name: Test

0 commit comments

Comments
 (0)