diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 06bc28b..81dd58f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 9.0.x + 8.0.x - name: Restore run: dotnet restore