From 51b75fc0b9d2ef7e18d6317bb04a626706e916a0 Mon Sep 17 00:00:00 2001 From: qinyouzeng Date: Fri, 20 Sep 2024 09:50:08 +0800 Subject: [PATCH] update --- .github/workflows/Codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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