Skip to content

Commit 26420ce

Browse files
committed
dotnet version
1 parent c79a839 commit 26420ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build:
1717

18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919

2020
permissions:
2121
contents: write
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup
2626
uses: actions/setup-dotnet@v4
2727
with:
28-
dotnet-version: 8.0.x
28+
dotnet-version: 10.0.x
2929
- name: Compute build number
3030
run: |
3131
echo "CI_BUILD_NUMBER=$(($CI_BUILD_NUMBER_BASE+200))" >> $GITHUB_ENV

0 commit comments

Comments
 (0)