Skip to content

Commit 61f2eca

Browse files
committed
Update CI-machine dotnet version
1 parent a5939d4 commit 61f2eca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [windows-latest, ubuntu-latest]
15-
dotnet: [5.0.400]
15+
dotnet: [8.0.400]
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [windows-latest, ubuntu-latest]
15-
dotnet: [5.0.400]
15+
dotnet: [8.0.400]
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:

0 commit comments

Comments
 (0)