Skip to content

Commit bce0d1d

Browse files
committed
Forgot to update github actions .net version
1 parent 2f93344 commit bce0d1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up .NET
1717
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: '9.x'
19+
dotnet-version: '10.x'
2020

2121
- name: Restore dependencies
2222
run: dotnet restore SharpVoronoiLib/SharpVoronoiLib.csproj

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: 9.0.x
21+
dotnet-version: 10.0.x
2222

2323
- name: Restore dependencies
2424
run: dotnet restore

0 commit comments

Comments
 (0)