diff --git a/.github/workflows/Codecov.yml b/.github/workflows/Codecov.yml index 5d511cd76..7e7a4417d 100644 --- a/.github/workflows/Codecov.yml +++ b/.github/workflows/Codecov.yml @@ -48,7 +48,7 @@ jobs: - name: Set up JDK 14 uses: actions/setup-java@v4 with: - distribution: oracle + distribution: microsoft java-version: 1.17 - uses: actions/checkout@v2