diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c332e5c..cb8ee08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.100 - - name: Setup Java JDK - uses: actions/setup-java@v3 - with: - distribution: temurin - java-version: 21 + dotnet-version: 9.0.100 - name: Restore tools run: dotnet tool restore - name: Begin scan