Skip to content

Commit

Permalink
Revert "modify ubuntu to windows-latest"
Browse files Browse the repository at this point in the history
This reverts commit d8dd66d.
  • Loading branch information
strongduanmu committed Oct 14, 2023
1 parent 4fffeb4 commit cdfce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdfce6d

Please sign in to comment.