There was an error while loading. Please reload this page.
1 parent c79a839 commit 26420ceCopy full SHA for 26420ce
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
build:
17
18
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
19
20
permissions:
21
contents: write
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup
26
uses: actions/setup-dotnet@v4
27
with:
28
- dotnet-version: 8.0.x
+ dotnet-version: 10.0.x
29
- name: Compute build number
30
run: |
31
echo "CI_BUILD_NUMBER=$(($CI_BUILD_NUMBER_BASE+200))" >> $GITHUB_ENV
0 commit comments