From cdfce6deec28e1bb885c486c476383a3dfb27b88 Mon Sep 17 00:00:00 2001 From: duanzhengqiang Date: Sun, 15 Oct 2023 07:47:16 +0800 Subject: [PATCH] Revert "modify ubuntu to windows-latest" This reverts commit d8dd66d9aa526a5feda6eda51e1234d4749a1de9. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86f60cdc5be8e..50b6bc565d366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: if: ${{ needs.global-environment.outputs.GLOBAL_JOB_ENABLED == 'true' }} name: CI - Compile by JDK 11 and Run on JDK 8 needs: global-environment - runs-on: windows-latest + runs-on: ubuntu-latest timeout-minutes: 30 steps: - uses: actions/checkout@v3